CHANGELOG.md in active_model_serializers-0.9.2 vs CHANGELOG.md in active_model_serializers-0.9.3
- old
+ new
@@ -18,9 +18,15 @@
* Remove support for ruby 1.8 versions.
* 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.
+
+* 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.
# VERSION 0.8.0