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

Commit 0123413

Browse files
committed
3.3.0 readiness
1 parent c98cf46 commit 0123413

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

CHANGELOG.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

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

5-
## 3.3.0 - TBD
5+
## 3.3.0 - 2019-06-08
66

77
### Added
88

9+
- [#54](https://github.com/zendframework/zend-config/pull/54) adds support for PHP 7.3.
910
- [#58](https://github.com/zendframework/zend-config/pull/58) adds
1011
`$processSections` to INI reader, allowing control over whether sections
1112
should be parsed or not
@@ -28,28 +29,6 @@ All notable changes to this project will be documented in this file, in reverse
2829

2930
- Nothing.
3031

31-
## 3.2.1 - TBD
32-
33-
### Added
34-
35-
- [#54](https://github.com/zendframework/zend-config/pull/54) adds support for PHP 7.3.
36-
37-
### Changed
38-
39-
- Nothing.
40-
41-
### Deprecated
42-
43-
- Nothing.
44-
45-
### Removed
46-
47-
- Nothing.
48-
49-
### Fixed
50-
51-
- Nothing.
52-
5332
## 3.2.0 - 2018-04-24
5433

5534
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
},
5353
"extra": {
5454
"branch-alias": {
55-
"dev-master": "3.2.x-dev",
56-
"dev-develop": "3.3.x-dev"
55+
"dev-master": "3.3.x-dev",
56+
"dev-develop": "3.4.x-dev"
5757
}
5858
},
5959
"scripts": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)