Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 2cfd90e

Browse files
committed
#108 added changelog entry for the solved phpunit 6.5+ dependency conflict
Signed-off-by: Marco Pivetta <[email protected]>
1 parent d34655a commit 2cfd90e

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.8.5 - TBD
5+
## 2.8.6 - TBD
66

77
### Added
88

@@ -24,6 +24,31 @@ All notable changes to this project will be documented in this file, in reverse
2424

2525
- Nothing.
2626

27+
## 2.8.5 - 2018-02-22
28+
29+
### Added
30+
31+
- Nothing.
32+
33+
### Changed
34+
35+
- Nothing.
36+
37+
### Deprecated
38+
39+
- Nothing.
40+
41+
### Removed
42+
43+
- Nothing.
44+
45+
### Fixed
46+
47+
48+
- [#108](https://github.com/zendframework/zend-session/pull/108) fixes a dependency
49+
conflict in `composer.json` which prevented `phpunit/phpunit` 6.5 or newer from
50+
being installed together with `zendframework/zend-session`.
51+
2752
## 2.8.4 - 2018-01-31
2853

2954
### Added

0 commit comments

Comments
 (0)