summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-11-28 02:54:12 +0100
committerDamien Regad <dregad@mantisbt.org>2015-11-28 02:54:12 +0100
commit023426de7759db2842922dd360c2da55d623a731 (patch)
treedf18eca3fa89bc2d823ed3a48260ee78bc644af9 /docs/changelog.md
parent596601da0aa3d4c0cf99fe4dd515ced0cc70d3ec (diff)
downloadadodb-023426de7759db2842922dd360c2da55d623a731.tar.gz
adodb-023426de7759db2842922dd360c2da55d623a731.tar.bz2
adodb-023426de7759db2842922dd360c2da55d623a731.zip
Bump version to 5.20.0v5.20.0
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 52ecdac7..75be8313 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -6,7 +6,7 @@ Older changelogs:
[v2.x](changelog_v2.x.md).
-## 5.20 - ??-???-2015
+## 5.20.0 - 28-Nov-2015
- adodb: Fix regression introduced in v5.19, causing queries to return empty rows. See Github #20, #93, #95
- adodb: Fix regression introduced in v5.19 in GetAssoc() with ADODB_FETCH_ASSOC mode and '0' as data. See Github #102