Skip to content

Commit

Permalink
Updated CHANGELOG with GetSetNormalizer BC change
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Jan 8, 2012
1 parent 85bf553 commit 707bcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG-2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 707bcc3

Please sign in to comment.