X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fbrowser-kit%2FCHANGELOG.md;fp=vendor%2Fsymfony%2Fbrowser-kit%2FCHANGELOG.md;h=37b6f6e991a6a9016e6eada2d630ef958b532afa;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/symfony/browser-kit/CHANGELOG.md b/vendor/symfony/browser-kit/CHANGELOG.md new file mode 100644 index 000000000..37b6f6e99 --- /dev/null +++ b/vendor/symfony/browser-kit/CHANGELOG.md @@ -0,0 +1,23 @@ +CHANGELOG +========= + +3.2.0 +----- + + * Client HTTP user agent has been changed to 'Symfony BrowserKit' + +2.3.0 +----- + + * [BC BREAK] `Client::followRedirect()` won't redirect responses with + 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 + have access to the BrowserKit internal request and response objects + +2.1.0 +----- + + * [BC BREAK] The CookieJar internals have changed to allow cookies with the + same name on different sub-domains/sub-paths