[Locale] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 21:36:43 +02:00
parent ec7cf20716
commit 1acc7608de
2 changed files with 7 additions and 4 deletions

View File

@ -366,10 +366,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a Redis-based profiler storage
* moved Filesystem class to its own component
### Locale
* added Locale::getIcuVersion() and Locale::getIcuDataVersion()
### Routing
* the UrlMatcher does not throw a \LogicException any more when the required scheme is not the current one

View File

@ -0,0 +1,7 @@
CHANGELOG
=========
2.1.0
-----
* added Locale::getIcuVersion() and Locale::getIcuDataVersion()