X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fbrowser-kit%2FCHANGELOG.md;h=ceb1af7c2ad5a66d7e48bdb0425e14eb90ec0125;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=036595c9b458c619d48e4d690e9f47043180a88d;hpb=eba34333e3c89f208d2f72fa91351ad019a71583;p=yaffs-website diff --git a/vendor/symfony/browser-kit/CHANGELOG.md b/vendor/symfony/browser-kit/CHANGELOG.md index 036595c9b..ceb1af7c2 100644 --- a/vendor/symfony/browser-kit/CHANGELOG.md +++ b/vendor/symfony/browser-kit/CHANGELOG.md @@ -1,6 +1,12 @@ 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 ----- @@ -16,7 +22,7 @@ CHANGELOG ----- * [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