summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-08-31 17:19:36 +0200
committerDamien Regad <dregad@mantisbt.org>2016-08-31 17:19:36 +0200
commit43fc38055c415009ec772fcc517d79486a6854e6 (patch)
treedd624233df6ebf71f24b394f89cd58b67aef416a /docs/changelog.md
parentff61f9475bd7b2d383ec17700b42752a14d6a41a (diff)
downloadadodb-43fc38055c415009ec772fcc517d79486a6854e6.tar.gz
adodb-43fc38055c415009ec772fcc517d79486a6854e6.tar.bz2
adodb-43fc38055c415009ec772fcc517d79486a6854e6.zip
Reorder sections in changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 3d67ef13..ec26faa6 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -7,14 +7,6 @@ Older changelogs:
## 5.21.0 - ??-???-2016
-## 5.20.6 - 31-Aug-2016
-
-- security: Fix XSS vulnerability in old test script (CVE-2016-4855). #274
-- adodb: Exit with error/exception when the ADOdb Extension is loaded. #269
-- adodb: Fix truncated exception messages. #273
-
-## 5.21.0 - ??-???-2016
-
- adodb: Remove useless constructors. #171
- adodb: Define default constructor in ADOConnection base class. #172
- adodb: Reimplement base methods charMax() and textMax(). #183
@@ -49,6 +41,12 @@ Older changelogs:
- sqlite: driver did not support metaForeignKeys. #179
- session: add 'httponly' flag to cookie. #190
+## 5.20.6 - 31-Aug-2016
+
+- security: Fix XSS vulnerability in old test script (CVE-2016-4855). #274
+- adodb: Exit with error/exception when the ADOdb Extension is loaded. #269
+- adodb: Fix truncated exception messages. #273
+
## 5.20.5 - 10-Aug-2016
- adodb: Fix fatal error when connecting with missing extension. #254