summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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)