summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-06-12 15:46:07 +0200
committerDamien Regad <dregad@mantisbt.org>2023-06-12 15:46:07 +0200
commit242f31641be681ab5f65da37a329da00e41fbe0e (patch)
treeff0df5f9ea54c122cb51f40936045148742810e4
parent50db1018c3d2ac9ef73aeaf0bb545d606c88f7f3 (diff)
downloadadodb-242f31641be681ab5f65da37a329da00e41fbe0e.tar.gz
adodb-242f31641be681ab5f65da37a329da00e41fbe0e.tar.bz2
adodb-242f31641be681ab5f65da37a329da00e41fbe0e.zip
Update Changelog
-rw-r--r--docs/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 56272b77..85c767f0 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -18,6 +18,8 @@ Older changelogs:
### Fixed
+- Respect @ operator in all error handlers on PHP 8
+ [#981](https://github.com/ADOdb/ADOdb/issues/981)
- db2: Declaration of ADODB_db2::_query incompatible with parent
[#987](https://github.com/ADOdb/ADOdb/issues/987)