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