[Yaml] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 19:43:51 +02:00
parent 5e0a6a44df
commit 21e44a0335
2 changed files with 8 additions and 4 deletions

View File

@ -450,7 +450,3 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* [BC BREAK] ConstraintValidatorInterface method `isValid` has been renamed to
`validate`, its return value was dropped. ConstraintValidator still contains
`isValid` for BC
### Yaml
* Yaml::parse() does not evaluate loaded files as PHP files by default anymore (call Yaml::enablePhpParsing() to get back the old behavior)

View File

@ -0,0 +1,8 @@
CHANGELOG
=========
2.1.0
-----
* Yaml::parse() does not evaluate loaded files as PHP files by default
anymore (call Yaml::enablePhpParsing() to get back the old behavior)