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

Commit 4dd940e

Browse files
committed
3.1.0 readiness
2 parents c0d06ae + 86bb03b commit 4dd940e

File tree

3 files changed

+7
-24
lines changed

3 files changed

+7
-24
lines changed

CHANGELOG.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

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

5-
## 3.1.0 - TBD
5+
## 3.1.0 - 2018-01-04
66

77
### Added
88

9-
- Nothing.
9+
- [#35](https://github.com/zendframework/zend-json/pull/35) and
10+
[#39](https://github.com/zendframework/zend-json/pull/39) add support for PHP
11+
7.1 and PHP 7.2.
1012

1113
### Deprecated
1214

@@ -22,25 +24,6 @@ All notable changes to this project will be documented in this file, in reverse
2224

2325
### Fixed
2426

25-
- Nothing.
26-
27-
## 3.0.1 - TBD
28-
29-
### Added
30-
31-
- [#39](https://github.com/zendframework/zend-json/pull/39) adds support for PHP
32-
7.1 and PHP 7.2.
33-
34-
### Deprecated
35-
36-
- Nothing.
37-
38-
### Removed
39-
40-
- Nothing.
41-
42-
### Fixed
43-
4427
- [#38](https://github.com/zendframework/zend-json/pull/38) provides a fix to
4528
`Json::prettyPrint()` to ensure that empty arrays and objects are printed
4629
without newlines.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "3.0-dev",
46-
"dev-develop": "3.1-dev"
45+
"dev-master": "3.1.x-dev",
46+
"dev-develop": "3.2.x-dev"
4747
}
4848
},
4949
"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)