summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-01-19 00:59:19 +0100
committerDamien Regad <dregad@mantisbt.org>2023-01-19 00:59:19 +0100
commit92cf7266f6f1e0e17d7c5ae6a5ea18703c7fc060 (patch)
treeb59be7cf850b2f55252a11cfbf9f33ba0251b03a /docs
parent6486f117d9cba8d532ef6adfb92f3ccd515c805b (diff)
downloadadodb-92cf7266f6f1e0e17d7c5ae6a5ea18703c7fc060.tar.gz
adodb-92cf7266f6f1e0e17d7c5ae6a5ea18703c7fc060.tar.bz2
adodb-92cf7266f6f1e0e17d7c5ae6a5ea18703c7fc060.zip
Update Changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 65ceeec9..acabcbf9 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -20,6 +20,13 @@ Older changelogs:
- ADODB_FETCH_DEFAULT should be treated as ASSOC in getAssoc()
[#886](https://github.com/ADOdb/ADOdb/issues/886)
+- Fix autoExecute() $where parameter type
+ [#915](https://github.com/ADOdb/ADOdb/issues/915)
+- pgsql: fix "column already exists" error when adding a new column
+ [#897](https://github.com/ADOdb/ADOdb/issues/897)
+- Creation of dynamic property deprecated warning in PHP 8.2
+ [#913](https://github.com/ADOdb/ADOdb/issues/913)
+ [#917](https://github.com/ADOdb/ADOdb/issues/917)
## [5.22.4] - 2022-10-28