diff options
| author | Damien Regad <dregad@mantisbt.org> | 2025-11-22 16:36:55 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2025-11-22 16:36:55 +0100 |
| commit | de4f50de3bb72823ebc97dd975318fcaeef43e31 (patch) | |
| tree | 8c61f58bfe9adad11705de48847f37c7e44f08c0 | |
| parent | 2208f7b5a527cf0c19932ebd80f4e854f6abc120 (diff) | |
| download | adodb-de4f50de3bb72823ebc97dd975318fcaeef43e31.tar.gz adodb-de4f50de3bb72823ebc97dd975318fcaeef43e31.tar.bz2 adodb-de4f50de3bb72823ebc97dd975318fcaeef43e31.zip | |
Update Changelog
| -rw-r--r-- | docs/changelog.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index e335c208..a9b6de68 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,6 +14,23 @@ Older changelogs: -------------------------------------------------------------------------------- +## [5.22.11] - 2025-11-22 + +### Fixed + +- core: fix Non-canonical cast deprecations in PHP 8.5 + [#1143](https://github.com/ADOdb/ADOdb/issues/1143) +- core: AutoExecute may skip updates when forceUpdate is false + [#1146](https://github.com/ADOdb/ADOdb/issues/1146) +- core: AutoExecute() should return false when no rows are updated +- mysql: treat query parameter objects with __toString() method as string + [#1075](https://github.com/ADOdb/ADOdb/issues/1075) +- PDO Firebird: undefined method ADODB_pdo_firebird::_init() + [#1122](https://github.com/ADOdb/ADOdb/issues/1122) +- active record: handle empty string in dbquote() + [#1073](https://github.com/ADOdb/ADOdb/issues/1073) + + ## [5.22.10] - 2025-08-03 ### Security @@ -1507,6 +1524,7 @@ 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.11]: https://github.com/adodb/adodb/compare/v5.22.10...v5.22.11 [5.22.10]: https://github.com/adodb/adodb/compare/v5.22.9...v5.22.10 [5.22.9]: https://github.com/adodb/adodb/compare/v5.22.8...v5.22.9 [5.22.8]: https://github.com/adodb/adodb/compare/v5.22.7...v5.22.8 |
