Address issues in 50950d9533 #1340

- Add changelog entry
- Remove superseded and incorrect tests
- Fix array serialization test
This commit is contained in:
Benjamin Fleischer
2016-02-08 18:14:25 -06:00
parent 50950d9533
commit 1cc2e04cf6
3 changed files with 9 additions and 19 deletions

View File

@@ -3,6 +3,7 @@
Breaking changes:
Features:
- [#1018](https://github.com/rails-api/active_model_serializers/pull/1018) Add more tests and docs for top-level links (@leandrocp)
- [#1340](https://github.com/rails-api/active_model_serializers/pull/1340) Add support for resource-level meta (@beauby)
Fixes:
- [#1501](https://github.com/rails-api/active_model_serializers/pull/1501) Adds tests for SerializableResource::use_adapter?,doc typos (@domitian)
- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)