summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2022-03-29 17:19:56 +0200
committerDamien Regad <dregad@mantisbt.org>2022-03-30 10:38:22 +0200
commitfa5bdabf46ed949ec269cf0e14c2c8ae62453703 (patch)
tree413aa848b8ffe7409460c54c6abbcd6f7efc8a53 /docs/changelog.md
parent8a0ee40f70871b5bdd39f94e8d3aeca03e291a68 (diff)
downloadadodb-fa5bdabf46ed949ec269cf0e14c2c8ae62453703.tar.gz
adodb-fa5bdabf46ed949ec269cf0e14c2c8ae62453703.tar.bz2
adodb-fa5bdabf46ed949ec269cf0e14c2c8ae62453703.zip
Update Changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 23ace7ca..6f3de965 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -40,10 +40,15 @@ Older changelogs:
- oci8: fix PHP 8.1 array deprecation warning
[#817](https://github.com/ADOdb/ADOdb/issues/817)
- memcache: weighted servers not connecting
- [#820](https://github.com/ADOdb/ADOdb/issues/820)
+ [#807](https://github.com/ADOdb/ADOdb/issues/807)
+- memcache: $memCacheCompress option ignored by memcached
+ [#823](https://github.com/ADOdb/ADOdb/issues/823)
+- memcache: use default port in server controller template
+ [#824](https://github.com/ADOdb/ADOdb/issues/824)
- xml PHP Notice in dbData::create()
[#822](https://github.com/ADOdb/ADOdb/issues/822)
+
## [5.22.0] - 2022-02-08
### Added