summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2022-09-08 19:12:38 +0200
committerDamien Regad <dregad@mantisbt.org>2022-09-09 09:24:31 +0200
commite2610ad2aae96ddd0dd439df2ba50126e753395c (patch)
tree6045b771057b4b5259135551a13324f87ff8f7d9 /docs
parent10111e2e16a9a2b51fb0a5a695e7c76aeb212a92 (diff)
downloadadodb-e2610ad2aae96ddd0dd439df2ba50126e753395c.tar.gz
adodb-e2610ad2aae96ddd0dd439df2ba50126e753395c.tar.bz2
adodb-e2610ad2aae96ddd0dd439df2ba50126e753395c.zip
Update Changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index ee11fa0c..57563297 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -18,6 +18,10 @@ Older changelogs:
### Fixed
+- adodb_strip_order_by() throws deprecated warnings on PHP 8.1
+ [#869](https://github.com/ADOdb/ADOdb/issues/869)
+- adodb_strip_order_by() shouldn't strip clause from subqueries
+ [#870](https://github.com/ADOdb/ADOdb/issues/870)
- mysqli: Fix mysqli_result could not be converted to int
[#867](https://github.com/ADOdb/ADOdb/issues/867)