From d9094fae4d61ab6082b7750d6b8a79267849de42 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 7 Sep 2016 12:57:22 -0500 Subject: [PATCH] Added CHANGELOG for #204 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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