added UPDATE notes for Serializer component changes

This commit is contained in:
Lukas Kahwe Smith 2011-06-10 01:13:38 +02:00
parent 2b4a25a0a7
commit 77fd5805e1

View File

@ -9,6 +9,10 @@ timeline closely anyway.
beta4 to beta5
--------------
* Expanded the SerializerInterface, while reducing the number of public
methods in the Serializer class itself and adding component specific
Exception classes.
* The temporary storage for file uploads has been removed
* The `Symfony\Component\HttpFoundation\File\File::getExtension()` and