Skip to content

Commit ec7892b

Browse files
Fix CHANGELOG, bump branch-alias
1 parent 7ab4fe4 commit ec7892b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ CHANGELOG
2020

2121
* 1.1.1 (2019-03-11)
2222

23+
* Deprecated DiactorosFactory, use PsrHttpFactory instead
2324
* Removed triggering of deprecation
2425

2526
* 1.1.0 (2018-08-30)
2627

27-
* Deprecated DiactorosFactory, use PsrHttpFactory instead
28-
* Added option to stream the response on the HttpFoundationFactory createResponse
29-
* Added more tests and improved code style
28+
* Added support for creating PSR-7 messages using PSR-17 factories
3029

3130
* 1.0.2 (2017-12-19)
3231

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "1.2-dev"
39+
"dev-master": "1.3-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)