summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Newnham <mark@newnhams.com>2020-06-28 11:43:45 -0600
committerMark Newnham <mark@newnhams.com>2020-06-28 11:43:45 -0600
commit5d4fbb20f5127298cae61b65a85b1ad653ee91be (patch)
tree90b079ecee5e156fbec7c6045f906c947a1758c9
parent76145bb52f0cc1c659f08574fede3183ee3135ae (diff)
downloadadodb-5d4fbb20f5127298cae61b65a85b1ad653ee91be.tar.gz
adodb-5d4fbb20f5127298cae61b65a85b1ad653ee91be.tar.bz2
adodb-5d4fbb20f5127298cae61b65a85b1ad653ee91be.zip
Update Changelog
-rw-r--r--docs/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index b5395012..f5880ebb 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,6 +5,9 @@ Older changelogs:
[v3.x](changelog_v3.x.md),
[v2.x](changelog_v2.x.md).
+## 5.20.18 - 28-Jun-2020
+- mssql: Retrieve error messages early before connection closed. #614
+
## 5.20.17 - 31-Mar-2020
- core: fix PHP notice in ADOdb_Exception constructor when using transactions. #601