Changelog: Default serializer option

This commit is contained in:
Gauthier Delacroix 2014-09-03 15:02:06 +02:00
parent adc3fc9742
commit d00fb27e04

View File

@ -24,6 +24,8 @@
* Added a "prefix" option in case you want to use a different version of serializer.
* Serializers default namespace can be set in `default_serializer_options` and inherited by associations.
# VERSION 0.8.1
* Fix bug whereby a serializer using 'options' would blow up.