This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/BrowserKit/CHANGELOG.md

19 lines
595 B
Markdown
Raw Normal View History

2012-04-26 21:20:01 +01:00
CHANGELOG
=========
2.3.0
-----
* added `Client::getOriginRequest()` and `Client::getOriginResponse()` to
have access to the origin request and response objects
* [BC BREAK] The `Symfony\Component\HttpKernel\Client::getRequest()` method now
returns a `Symfony\Component\BrowserKit\Request` instance
* [BC BREAK] The `Symfony\Component\HttpKernel\Client::request()` method now
always returns a `Symfony\Component\BrowserKit\Response` instance
2012-04-26 21:20:01 +01:00
2.1.0
-----
* [BC BREAK] The CookieJar internals have changed to allow cookies with the
same name on different sub-domains/sub-paths