summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index ec26faa6..742f4e41 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -34,7 +34,11 @@ Older changelogs:
- mysqli: return fields as ADOFieldObject objects. #175
- odbc/mssql: fix null strings concatenation issue with SQL server 2012. #148
- 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
- pdo: fix PHP notice. #248
+- pdo: ADORecordSet class loading. #250
+- pdo/sqlsrv: fix fetchField() method. #251, #234
- sqlite: _createSuffix is now compatible with parent. #178
- sqlite: metaIndexes could not locate indexes on uppercase table name. #176
- sqlite: Fix Metataypes mapping. #177