From b7c615d869fe55759eed73dfb0d8c8612ff1c3a0 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Fri, 10 Jun 2011 15:04:57 +0200 Subject: [PATCH] clarified that BC is broken in the Serializer component --- UPDATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPDATE.md b/UPDATE.md index d54352627c..54a04059da 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -10,8 +10,8 @@ beta4 to beta5 -------------- * Expanded the SerializerInterface, while reducing the number of public - methods in the Serializer class itself and adding component specific - Exception classes. + methods in the Serializer class itself breaking BC and adding component + specific Exception classes. * The temporary storage for file uploads has been removed