summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 5c6774fb..5c0ab871 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,6 +5,10 @@ Older changelogs:
[v3.x](changelog_v3.x.md),
[v2.x](changelog_v2.x.md).
+## 5.20.17 - Unreleased
+
+- core: fix PHP notice in ADOdb_Exception constructor when using transactions. #601
+
## 5.20.16 - 12-Jan-2020
- mssql: queries are not correctly closed. #590