summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2020-03-31 19:31:37 +0200
committerDamien Regad <dregad@mantisbt.org>2020-03-31 19:31:37 +0200
commita81eb1fe6efcd56544e2a1128eb9881fa3d82f1a (patch)
tree65ba3faf149b8cbe13ff2d23443843fd17a5550d
parentbf97165e1204e7b784ee3268bfa8d0c475eb1412 (diff)
downloadadodb-a81eb1fe6efcd56544e2a1128eb9881fa3d82f1a.tar.gz
adodb-a81eb1fe6efcd56544e2a1128eb9881fa3d82f1a.tar.bz2
adodb-a81eb1fe6efcd56544e2a1128eb9881fa3d82f1a.zip
Update Changelog
-rw-r--r--docs/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 5c0ab871..4b3ec1fc 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -8,6 +8,8 @@ Older changelogs:
## 5.20.17 - Unreleased
- core: fix PHP notice in ADOdb_Exception constructor when using transactions. #601
+- mssql: fix PHP notice due to uninitialized array with PHP 7.4. #608
+- active record: Fix UpdateActiveTable failing with mixed case column names. #610
## 5.20.16 - 12-Jan-2020