summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2024-04-30 13:56:16 +0200
committerDamien Regad <dregad@mantisbt.org>2024-04-30 13:56:16 +0200
commitc0566a6df71b837f6cdc58cdd1c7aa875f62cd93 (patch)
tree748a759e1b2f71ee8bc23c3c3aec49629fa39913
parentc8bdf383a960037424cee3b68193499c5418ea7d (diff)
downloadadodb-c0566a6df71b837f6cdc58cdd1c7aa875f62cd93.tar.gz
adodb-c0566a6df71b837f6cdc58cdd1c7aa875f62cd93.tar.bz2
adodb-c0566a6df71b837f6cdc58cdd1c7aa875f62cd93.zip
Update Changelog
-rw-r--r--docs/changelog.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index bd3dbf20..ef749fce 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -16,12 +16,23 @@ Older changelogs:
## [5.22.8] - Unreleased
+### Added
+
+- mysql: allow forcing use of emulated prepared statements
+ [#1028](https://github.com/ADOdb/ADOdb/issues/1028)
+
### Fixed
- Backtrace output is not channeled through ADODB_OUTP
[#1018](https://github.com/ADOdb/ADOdb/issues/1018)
+- PHP 8 compatibility
+ [#1021](https://github.com/ADOdb/ADOdb/issues/1021)
+- Fix getAssoc() with ADODB_FETCH_DEFAULT mode
+ [#1023](https://github.com/ADOdb/ADOdb/issues/1023)
- mysql: catch getAssoc() execution error in metaColumns()
[#1016](https://github.com/ADOdb/ADOdb/issues/1016)
+- ldap: PHP 8.2 error when $LDAP_CONNECT_OPTIONS not set
+ [#1009](https://github.com/ADOdb/ADOdb/issues/1009)
## [5.22.7] - 2023-11-04