Chris@0: CHANGELOG Chris@0: ========= Chris@0: Chris@12: 3.4.0 Chris@12: ----- Chris@12: Chris@12: * [BC BREAK] Client will skip redirects during history navigation Chris@12: (back and forward calls) according to W3C Browsers recommendation Chris@12: Chris@12: 3.3.0 Chris@12: ----- Chris@12: Chris@12: * [BC BREAK] The request method is dropped from POST to GET when the response Chris@12: status code is 301. Chris@12: Chris@0: 3.2.0 Chris@0: ----- Chris@0: Chris@0: * Client HTTP user agent has been changed to 'Symfony BrowserKit' Chris@0: Chris@0: 2.3.0 Chris@0: ----- Chris@0: Chris@0: * [BC BREAK] `Client::followRedirect()` won't redirect responses with Chris@12: a non-3xx Status Code and `Location` header anymore, as per Chris@0: http://tools.ietf.org/html/rfc2616#section-14.30 Chris@0: Chris@0: * added `Client::getInternalRequest()` and `Client::getInternalResponse()` to Chris@0: have access to the BrowserKit internal request and response objects Chris@0: Chris@0: 2.1.0 Chris@0: ----- Chris@0: Chris@0: * [BC BREAK] The CookieJar internals have changed to allow cookies with the Chris@0: same name on different sub-domains/sub-paths