CHANGELOG.md in active_model_serializers-0.8.0 vs CHANGELOG.md in active_model_serializers-0.8.1

- old
+ new

@@ -1,6 +1,10 @@ # UNRELEASED +# VERSION 0.8.1 + +* Fix bug whereby a serializer using 'options' would blow up. + # VERSION 0.8.0 * Attributes can now have optional types. * A new DefaultSerializer ensures that POROs behave the same way as ActiveModels.