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

Commit 2dd609f

Browse files
committed
3.3.1 readiness
Conflicts: CHANGELOG.md
2 parents 33278b7 + c579342 commit 2dd609f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,33 @@
22

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

5-
## 3.4.0 - TBD
5+
## 4.0.0 - TBD
66

77
### Added
88

99
- Nothing.
1010

11+
### Changed
12+
13+
- Nothing.
14+
1115
### Deprecated
1216

1317
- Nothing.
1418

1519
### Removed
1620

17-
- Nothing.
21+
- [#197](https://github.com/zendframework/zend-servicemanager/pull/197) drops
22+
support for PHP versions prior to 7.1.
23+
24+
- [#193](https://github.com/zendframework/zend-servicemanager/pull/193) drops
25+
support for HHVM.
1826

1927
### Fixed
2028

2129
- Nothing.
2230

23-
## 3.3.1 - TBD
31+
## 3.3.1 - 2017-11-27
2432

2533
### Added
2634

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"extra": {
3636
"branch-alias": {
3737
"dev-master": "3.3-dev",
38-
"dev-develop": "3.4-dev"
38+
"dev-develop": "4.0-dev"
3939
}
4040
},
4141
"autoload-dev": {

0 commit comments

Comments
 (0)