diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index 018ec19..be8ce7b 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,7 @@ +### 1.5.0 (2016-11-14) + + * Added support for PHP 7.1 (which converts `{"":""}` to an object property called `""` and not `"_empty_"` like 7.0 and below). + ### 1.4.0 (2015-11-21) * Added a DuplicateKeyException allowing for more specific error detection and handling