diff vendor/symfony/browser-kit/CHANGELOG.md @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/vendor/symfony/browser-kit/CHANGELOG.md	Fri Feb 23 15:51:18 2018 +0000
+++ b/vendor/symfony/browser-kit/CHANGELOG.md	Fri Feb 23 15:52:07 2018 +0000
@@ -1,6 +1,18 @@
 CHANGELOG
 =========
 
+3.4.0
+-----
+
+ * [BC BREAK] Client will skip redirects during history navigation
+   (back and forward calls) according to W3C Browsers recommendation
+
+3.3.0
+-----
+
+ * [BC BREAK] The request method is dropped from POST to GET when the response
+   status code is 301.
+
 3.2.0
 -----
 
@@ -10,7 +22,7 @@
 -----
 
  * [BC BREAK] `Client::followRedirect()` won't redirect responses with
-   a non-3xx Status Code and `Location` header anymore, as per 
+   a non-3xx Status Code and `Location` header anymore, as per
    http://tools.ietf.org/html/rfc2616#section-14.30
 
  * added `Client::getInternalRequest()` and `Client::getInternalResponse()` to