diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9bdb82..8ca643a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.3.6 - TBD +## 1.3.6 - 2016-09-07 ### Added @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file, in reverse for Apache `REDIRECT_HTTP_*` header detection in the `ServerRequestFactory`. - [#166](https://github.com/zendframework/zend-diactoros/pull/166) adds support for UTF-8 characters in URI paths. +- [#204](https://github.com/zendframework/zend-diactoros/pull/204) adds testing + against PHP 7.1 release-candidate builds. ### Deprecated