From ade4a77b8eb3c524fdbe3491bbfc5f12362236b2 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Tue, 5 Jan 2016 13:24:41 -0600 Subject: [PATCH] Update Changelog from 0-9-stable (HEAD) Use github-changes --owner rails-api --repository active_model_serializers --branch 0-9-stable --tag-name v0.9.4 --file CHANGELOG.new.md --date-format "YYYY-MM-DD HH:mm Z" --use-commit-body --only-pulls but something's not quite right with how it identifies the tag --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ee02f3..db450cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.3...0-9-stable) +- [#752](https://github.com/rails-api/active_model_serializers/pull/752) Tiny improvement of README 0-9-stable (@basiam) +- [#749](https://github.com/rails-api/active_model_serializers/pull/749) remove trailing whitespace (@shwoodard) +- [#717](https://github.com/rails-api/active_model_serializers/pull/717) fixed issue with rendering Hash which appears in rails 4.2.0.beta4 (@kurko, @greshny) +- [#790](https://github.com/rails-api/active_model_serializers/pull/790) pass context to ArraySerializer (@lanej) +- [#797](https://github.com/rails-api/active_model_serializers/pull/797) Fix and test for #490 (@afn) +- [#813](https://github.com/rails-api/active_model_serializers/pull/813) Allow to define custom serializer for given class (@jtomaszewski) +- [#841](https://github.com/rails-api/active_model_serializers/pull/841) Fix issue with embedding multiple associations under the same root key (@antstorm) +- [#748](https://github.com/rails-api/active_model_serializers/pull/748) Propagate serialization_options across associations (@raphaelpereira) + ### [v0.9.3 (2015/01/21 20:29 +00:00)](https://github.com/rails-api/active_model_serializers/compare/v0.9.2...v0.9.3) Features: