Skip to content

Commit

Permalink
[Yaml] added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 26, 2012
1 parent 5e0a6a4 commit 21e44a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG-2.1.md
Expand Up @@ -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)
8 changes: 8 additions & 0 deletions src/Symfony/Component/Yaml/CHANGELOG.md
@@ -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)

0 comments on commit 21e44a0

Please sign in to comment.