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