Skip to content

Commit 7ab4fe4

Browse files
minor symfony#70 Updated CHANGELOG (rbaarsma)
This PR was merged into the 1.2-dev branch. Discussion ---------- Updated CHANGELOG * includes mention for a to-be-released 1.3.0 with the symfony 5 PR merged * also includes missing changelogs from older versions Commits ------- 9ad4bcc Updated CHANGELOG
2 parents c4c904a + 9ad4bcc commit 7ab4fe4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
CHANGELOG
22
=========
33

4+
* 1.3.0 (2019-11-26)
5+
6+
* Added support for streamed requests
7+
* Added support for Symfony 5.0+
8+
* Fixed bridging UploadedFile objects
9+
* Bumped minimum version of Symfony to 4.4
10+
11+
* 1.2.0 (2019-03-11)
12+
13+
* Added new documentation links
14+
* Bumped minimum version of PHP to 7.1
15+
* Added support for streamed responses
16+
17+
* 1.1.2 (2019-04-03)
18+
19+
* Fixed createResponse
20+
21+
* 1.1.1 (2019-03-11)
22+
23+
* Removed triggering of deprecation
24+
425
* 1.1.0 (2018-08-30)
526

6-
* Added support for creating PSR-7 messages using PSR-17 factories
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
730

831
* 1.0.2 (2017-12-19)
932

0 commit comments

Comments
 (0)