We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ae86d commit fada957Copy full SHA for fada957
CHANGELOG.md
@@ -1,9 +1,24 @@
1
CHANGELOG
2
=========
3
4
+* 1.3.0 (2019-11-23)
5
+
6
+ * Bumped minimum version of php to 7.1 and Symfony to 4.4
7
+ * Added support for Symfony 5.0+
8
9
+* 1.2.0 (2019-03-11)
10
11
+ * Added new documentation links
12
13
+* 1.1.1 (2019-03-11)
14
15
+ * Removed triggering of deprecation
16
17
* 1.1.0 (2018-08-30)
18
- * Added support for creating PSR-7 messages using PSR-17 factories
19
+ * Deprecated DiactorosFactory, use PsrHttpFactory instead
20
+ * Added option to stream the response on the HttpFoundationFactory createResponse
21
+ * Added more tests and improved code style
22
23
* 1.0.2 (2017-12-19)
24
0 commit comments