summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-08-06 08:19:53 +0200
committerDamien Regad <dregad@mantisbt.org>2018-08-06 08:24:01 +0200
commit317f16fcc0ff677a9ab4e088e10821a3dad7ed82 (patch)
tree6c956ef5689e123cfbd36de583434b5a8aad0d4c /docs/changelog.md
parenta9df8a1c95e2a4af383c4f5a2aeae0af9276107c (diff)
downloadadodb-317f16fcc0ff677a9ab4e088e10821a3dad7ed82.tar.gz
adodb-317f16fcc0ff677a9ab4e088e10821a3dad7ed82.tar.bz2
adodb-317f16fcc0ff677a9ab4e088e10821a3dad7ed82.zip
Update Changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 8da449b0..7037452c 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,6 +5,17 @@ Older changelogs:
[v3.x](changelog_v3.x.md),
[v2.x](changelog_v2.x.md).
+## 5.20.13 - Unreleased
+
+- core: Fix query execution failures with mismatched quotes. #420
+- ldap: Fix connections using URIs. #340
+- mssql: Fix Time field format, allowing autoExecute() to inserting time. #432
+- mssql: Fix Insert_ID returning null with table name in brackets. #313
+- mssql: Fix count wrapper. #423
+- oci8: Fix prepared statements failure. #318
+- oci8po: Fix incorrect query parameter replacements. #370
+- pdo: fix PHP notice due to uninitialized variable. #437
+
## 5.20.12 - 30-Mar-2018
- adodb: PHP 7.2 compatibility