added howto for serializing poro

trying to get styling correct

added changelog entry, link to guide, and fixed indentation
This commit is contained in:
Caleb Sayre
2016-04-09 14:21:01 -04:00
parent a1826186e5
commit 05618eac3d
3 changed files with 34 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ Fixes:
- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)
Misc:
- [#1673](https://github.com/rails-api/active_model_serializers/pull/1673) Adds "How to" guide on using AMS with POROs (@DrSayre)
- [#1608](https://github.com/rails-api/active_model_serializers/pull/1608) Move SerializableResource to ActiveModelSerializers (@groyoh)
- [#1602](https://github.com/rails-api/active_model_serializers/pull/1602) Add output examples to Adapters docs (@remear)
- [#1557](https://github.com/rails-api/active_model_serializers/pull/1557) Update docs regarding overriding the root key (@Jwan622)