Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / http-foundation / CHANGELOG.md
index 9f48e8252d99b4af518e9dd4ba496fbd9fe2356d..6baa1f40b4a82d3a864833266cc6530e60d39d6a 100644 (file)
@@ -1,6 +1,16 @@
 CHANGELOG
 =========
 
+3.1.0
+-----
+
+ * Added support for creating `JsonResponse` with a string of JSON data
+
+3.0.0
+-----
+
+ * The precedence of parameters returned from `Request::get()` changed from "GET, PATH, BODY" to "PATH, GET, BODY"
+
 2.8.0
 -----