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