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 ### 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 * [BC BREAK] convert the `item` XML tag to an array
``` xml ``` xml
@ -227,7 +228,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
) )
) )
### Translation ### Translation
* changed the default extension for XLIFF files from .xliff to .xlf * changed the default extension for XLIFF files from .xliff to .xlf