summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2022-02-20 00:07:06 +0100
committerDamien Regad <dregad@mantisbt.org>2022-02-20 00:07:06 +0100
commitf08327a5c9a32f88315af1d4d5f8bcba3ba672d9 (patch)
tree4b09b3681d9f118e617c25eeebb48e00deda4b74 /docs/changelog.md
parent9e0c957491d270b5b8925da0f7de10def2839776 (diff)
downloadadodb-f08327a5c9a32f88315af1d4d5f8bcba3ba672d9.tar.gz
adodb-f08327a5c9a32f88315af1d4d5f8bcba3ba672d9.tar.bz2
adodb-f08327a5c9a32f88315af1d4d5f8bcba3ba672d9.zip
Fix regression on mysqli::setConnectionParameter()
Restore ability to set the same parameter multiple times (see #187), that was removed in 5.21.1 [1]. Fixes #803 [1]: commits aa208834198c4cf88a5b7c2c4e71029a1f709c4d and 27ec62293ae0397c8f253795a591a6d61da88294
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 478b847e..38b6ef50 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -14,6 +14,14 @@ Older changelogs:
--------------------------------------------------------------------------------
+## [5.22.1] - Unreleased
+
+### Fixed
+
+- Fix regression on mysqli::setConnectionParameter()
+ [#803](https://github.com/ADOdb/ADOdb/issues/803)
+
+
## [5.22.0] - 2022-02-08
### Added
@@ -1232,7 +1240,8 @@ Released together with [v4.95](changelog_v4.x.md#495---17-may-2007)
- Adodb5 version,more error checking code now will use exceptions if available.
-[5.22.0]: https://github.com/adodb/adodb/compare/v5.21.4...master
+[5.22.1]: https://github.com/adodb/adodb/compare/v5.22.0...hotfix/5.22
+[5.22.0]: https://github.com/adodb/adodb/compare/v5.21.4...v5.22.0
[5.21.4]: https://github.com/adodb/adodb/compare/v5.21.3...v5.21.4
[5.21.3]: https://github.com/adodb/adodb/compare/v5.21.2...v5.21.3