diff --git a/CHANGELOG.md b/CHANGELOG.md index f870df96..5692fe54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.