From 707bcc3be2e9c2d4d2ca8b4832c586ebc04e0664 Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Sun, 8 Jan 2012 13:32:36 -0800 Subject: [PATCH] Updated CHANGELOG with GetSetNormalizer BC change --- CHANGELOG-2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index c95bb9b2d7..832e791e79 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -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