From c023052df8909b14ca86e984026736a3500f5161 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 24 May 2013 15:00:29 -0700 Subject: [PATCH] Add CHANGELOG.md entries --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index feafe7ef..40f7e00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,13 @@ https://github.com/rails-api/active_model_serializers/commit/f5de334ddf1f3b9764d914a717311532021785d2 https://github.com/rails-api/active_model_serializers/commit/3dd422d99e8c57f113880da34f6abe583c4dadf9 +* serialize\_ids call methods on the corresponding serializer if they + are defined, instead of talking directly with the serialized object. + Serializers are decorators so we shouldn't talk directly with + serialized objects. + +* Array items are not wrapped anymore in root element. + # VERSION 0.8.1 * Fix bug whereby a serializer using 'options' would blow up.