summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
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 e230cce9..5718c095 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -44,6 +44,7 @@ Older changelogs:
- mysqli: method failed if $associative set true. #181
- mysqli: return fields as ADOFieldObject objects. #175
- odbc/mssql: fix null strings concatenation issue with SQL server 2012. #148
+- odbc/mssql: add missing Concat() method. #402
- odbc: MetaColumns() can optionally be set to return MetaType for backwards compatibility. #184
- pdo: allow loading of subclassed recordset. #245
- pdo: add setConnectionParameter support. #247