changelog

This commit is contained in:
Theodore Konukhov 2014-08-29 06:23:54 +02:00
parent b297f17e53
commit e3bd56f73a

View File

@ -20,6 +20,10 @@
* Require rails >= 3.2.
* Serializers for associations are being looked up in a parent serializer's namespace first. Same with controllers' namespaces.
* Added a "prefix" option in case you want to use a different version of serializer.
# VERSION 0.8.1
* Fix bug whereby a serializer using 'options' would blow up.