annotate vendor/symfony/browser-kit/CHANGELOG.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 7a779792577d
children
rev   line source
Chris@0 1 CHANGELOG
Chris@0 2 =========
Chris@0 3
Chris@12 4 3.4.0
Chris@12 5 -----
Chris@12 6
Chris@12 7 * [BC BREAK] Client will skip redirects during history navigation
Chris@12 8 (back and forward calls) according to W3C Browsers recommendation
Chris@12 9
Chris@12 10 3.3.0
Chris@12 11 -----
Chris@12 12
Chris@12 13 * [BC BREAK] The request method is dropped from POST to GET when the response
Chris@12 14 status code is 301.
Chris@12 15
Chris@0 16 3.2.0
Chris@0 17 -----
Chris@0 18
Chris@0 19 * Client HTTP user agent has been changed to 'Symfony BrowserKit'
Chris@0 20
Chris@0 21 2.3.0
Chris@0 22 -----
Chris@0 23
Chris@0 24 * [BC BREAK] `Client::followRedirect()` won't redirect responses with
Chris@12 25 a non-3xx Status Code and `Location` header anymore, as per
Chris@0 26 http://tools.ietf.org/html/rfc2616#section-14.30
Chris@0 27
Chris@0 28 * added `Client::getInternalRequest()` and `Client::getInternalResponse()` to
Chris@0 29 have access to the BrowserKit internal request and response objects
Chris@0 30
Chris@0 31 2.1.0
Chris@0 32 -----
Chris@0 33
Chris@0 34 * [BC BREAK] The CookieJar internals have changed to allow cookies with the
Chris@0 35 same name on different sub-domains/sub-paths