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

Commit 3b781f4

Browse files
committed
Merge branch 'hotfix/578-stratigility-constraint' into release-3.0.0
Close #578
2 parents 230cde4 + e59971d commit 3b781f4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## 3.0.0rc2 - 2018-03-06
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#578](https://github.com/zendframework/zend-expressive/pull/578) fixes the
26+
version constraint used with zend-stratigility to allow it to update to later
27+
versions when released.
28+
529
## 3.0.0rc1 - 2018-02-27
630

731
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"zendframework/zend-expressive-router": "^3.0.0alpha3",
3232
"zendframework/zend-expressive-template": "^2.0.0alpha1",
3333
"zendframework/zend-httphandlerrunner": "^1.0.1",
34-
"zendframework/zend-stratigility": "3.0.0alpha4"
34+
"zendframework/zend-stratigility": "^3.0.0alpha4"
3535
},
3636
"require-dev": {
3737
"filp/whoops": "^1.1.10 || ^2.1.13",

0 commit comments

Comments
 (0)