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

Commit ed6ce7e

Browse files
committed
1.7.0 readiness
2 parents 59c4677 + d923f9b commit ed6ce7e

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

CHANGELOG.md

Lines changed: 1 addition & 21 deletions
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-
## 1.7.0 - TBD
5+
## 1.7.0 - 2018-01-04
66

77
### Added
88

@@ -12,26 +12,6 @@ All notable changes to this project will be documented in this file, in reverse
1212
`TextResponse`; the response generated will have a `Content-Type:
1313
application/xml` header by default.
1414

15-
### Changed
16-
17-
- Nothing.
18-
19-
### Deprecated
20-
21-
- Nothing.
22-
23-
### Removed
24-
25-
- Nothing.
26-
27-
### Fixed
28-
29-
- Nothing.
30-
31-
## 1.6.2 - TBD
32-
33-
### Added
34-
3515
- [#280](https://github.com/zendframework/zend-diactoros/pull/280) adds the
3616
response status code/phrase pairing "103 Early Hints" to the
3717
`Response::$phrases` property. This is a new status proposed via

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"extra": {
2020
"branch-alias": {
21-
"dev-master": "1.6-dev",
22-
"dev-develop": "1.7-dev"
21+
"dev-master": "1.7.x-dev",
22+
"dev-develop": "1.8.x-dev"
2323
}
2424
},
2525
"require": {

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)