[BrowserKit] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:20:01 +02:00
parent 7b6f95f665
commit 62af82027a
2 changed files with 8 additions and 4 deletions

View File

@ -162,10 +162,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a timeline panel
* The toolbar position can now be configured via the `position` option (can be `top` or `bottom`)
### BrowserKit
* [BC BREAK] The CookieJar internals have changed to allow cookies with the same name on different sub-domains/sub-paths
### Config
* added a way to add documentation on configuration

View File

@ -0,0 +1,8 @@
CHANGELOG
=========
2.1.0
-----
* [BC BREAK] The CookieJar internals have changed to allow cookies with the
same name on different sub-domains/sub-paths