summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Heck <myesain84@gmail.com>2016-11-08 17:29:55 -0700
committerNoah Heck <myesain84@gmail.com>2016-11-08 17:29:55 -0700
commitb83ca84ca68aad1c121330d9ad4617d98fe80b95 (patch)
treeb60ab0038801163b1468f990f8bde0a66fc29f75
parent9de40727d5daa7a640fa9f78d7b7deb7de939f21 (diff)
downloadE_PDOStatement-b83ca84ca68aad1c121330d9ad4617d98fe80b95.zip
E_PDOStatement-b83ca84ca68aad1c121330d9ad4617d98fe80b95.tar.gz
E_PDOStatement-b83ca84ca68aad1c121330d9ad4617d98fe80b95.tar.bz2
-rw-r--r--CHANGELOG.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 391fc90..b5dfe42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,35 +1,42 @@
-##Change Log
+## Change Log
-###2.1.5 (2015-05-13)
+### 2.2.0 (2016-11-08)
-####Added
+#### Added
+
+- Updated parameter interpolation process for more reliable / proper behavior
+- Handle null values
+
+### 2.1.5 (2016-05-13)
+
+#### Added
- Test for successful execution of database query with named placeholders
- Updated README
-####Fixed
+#### Fixed
- Remove un-needed escape sequences in regular expression patterns
-###2.1.4 (2015-10-25)
+### 2.1.4 (2015-10-25)
####Added
- Nothing
-####Fixed
+#### Fixed
- Remove duplication of code for input and bound parameters
- Identified and fixed documentation errors
-###2.1.3 (2015-10-24)
+### 2.1.3 (2015-10-24)
####Added
- Full PHPUnit Test Suite
- Reorganize code to more suitable project structure
-###2.1.2 (2015-07-19)
+### 2.1.2 (2015-07-19)
####Added