summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2019-01-03 00:28:53 +0100
committerDamien Regad <dregad@mantisbt.org>2019-01-03 00:37:39 +0100
commit12fe20ed7379ae9d24cc16a8111811cd91f17907 (patch)
tree4c6550d10e9c17b148b15f3ab5375f6036d5ce38 /docs/changelog.md
parent3ad9cdedb01e60f58ad9cc34b0361506182c12e3 (diff)
downloadadodb-12fe20ed7379ae9d24cc16a8111811cd91f17907.tar.gz
adodb-12fe20ed7379ae9d24cc16a8111811cd91f17907.tar.bz2
adodb-12fe20ed7379ae9d24cc16a8111811cd91f17907.zip
Update changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index ea406765..a7b7b44f 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,6 +5,13 @@ Older changelogs:
[v3.x](changelog_v3.x.md),
[v2.x](changelog_v2.x.md).
+## 5.20.14 - Unreleased
+
+- security: Denial of service in adodb_date(). #467
+- core: Fix support for getMenu with ADODB_FETCH_ASSOC. #460
+- perf/mysql: fix tables() function incompatible with parent. #435
+- perf/mysql: fix error when logging slow queries. #463
+
## 5.20.13 - 06-Aug-2018
- core: Fix query execution failures with mismatched quotes. #420