From 2cfd90e1a2f6b066b9f908599251d8f64f07021b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 22 Feb 2018 17:33:54 +0100 Subject: [PATCH] #108 added changelog entry for the solved phpunit 6.5+ dependency conflict Signed-off-by: Marco Pivetta --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f07d7b..7e81c1c7 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. -## 2.8.5 - TBD +## 2.8.6 - TBD ### Added @@ -24,6 +24,31 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. +## 2.8.5 - 2018-02-22 + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + + +- [#108](https://github.com/zendframework/zend-session/pull/108) fixes a dependency + conflict in `composer.json` which prevented `phpunit/phpunit` 6.5 or newer from + being installed together with `zendframework/zend-session`. + ## 2.8.4 - 2018-01-31 ### Added