summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-02-26 10:58:05 +0000
committerDamien Regad <dregad@mantisbt.org>2016-02-26 10:58:05 +0000
commit8b3e5c373d8ee7c4f26c16e5abf8e1de8abd1a96 (patch)
treec28502613ffab30e91c0035c1165765f94e32ce5 /docs/changelog.md
parent345f5281a147052678104b02c3d711ddea943da6 (diff)
downloadadodb-8b3e5c373d8ee7c4f26c16e5abf8e1de8abd1a96.tar.gz
adodb-8b3e5c373d8ee7c4f26c16e5abf8e1de8abd1a96.tar.bz2
adodb-8b3e5c373d8ee7c4f26c16e5abf8e1de8abd1a96.zip
Update changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 3b06f5c8..b3c9b904 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -18,6 +18,7 @@ Older changelogs:
- adodb: fix getAssoc() with fetch mode = ADODB_FETCH_BOTH. #189, #198
- adodb: Improve array identification in ADOrecordset::getAssoc(). #101
- adodb: MetaColumns() consistently returns Actual Type by default in all drivers. #184, #133
+- firebird: updated driver, thanks to Lester Caine. #201
- mssqlnative: Query not returning id. #185
- mssqlnative: support SQL Server 2014 databases. #186
- mysql: setConnectionParameter() now allows multiple parameters with the same key value. #187