diff options
author | Noah Heck <noahheck@users.noreply.github.com> | 2016-11-08 17:33:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 17:33:32 -0700 |
commit | 4a880aa90cfa9ea27254c359fffdc90dcb3a606a (patch) | |
tree | b60ab0038801163b1468f990f8bde0a66fc29f75 | |
parent | 9bbe64f734f7d0e0dcc21b561460781250cee0bc (diff) | |
parent | b83ca84ca68aad1c121330d9ad4617d98fe80b95 (diff) | |
download | E_PDOStatement-4a880aa90cfa9ea27254c359fffdc90dcb3a606a.zip E_PDOStatement-4a880aa90cfa9ea27254c359fffdc90dcb3a606a.tar.gz E_PDOStatement-4a880aa90cfa9ea27254c359fffdc90dcb3a606a.tar.bz2 |
Merge pull request #11 from noahheck/SubstringReplacement2.2.0
Update changelog
-rw-r--r-- | CHANGELOG.md | 23 |
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 |