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
This commit is contained in:
Benjamin Fleischer 2016-01-05 13:24:41 -06:00
parent f3955ef346
commit ade4a77b8e

View File

@ -2,6 +2,15 @@
### [0-9-stable](https://github.com/rails-api/active_model_serializers/compare/v0.9.3...0-9-stable) ### [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) ### [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: Features: