Updated CHANGELOG with GetSetNormalizer BC change

This commit is contained in:
Eric Clemmons 2012-01-08 13:32:36 -08:00
parent 85bf553cca
commit 707bcc3be2

View File

@ -201,6 +201,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Serializer
* [BC BREAK] changed `GetSetMethodNormalizer`'s key names from all lowercased to camelCased (e.g. `mypropertyvalue` to `myPropertyValue`)
* [BC BREAK] convert the `item` XML tag to an array
``` xml
@ -227,7 +228,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
)
)
### Translation
* changed the default extension for XLIFF files from .xliff to .xlf