[skip ci] Fix relationship link documentation

This commit is contained in:
Yohan Robert
2016-12-30 20:56:20 +01:00
parent ec045a5388
commit 91128fadb8
2 changed files with 25 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ Fixes:
Misc:
- [#1981](https://github.com/rails-api/active_model_serializers/pull/1981) Fix relationship link documentation. (@groyoh)
- [#1984](https://github.com/rails-api/active_model_serializers/pull/1984) Make test attributes explicit. Test models have 'associations' support. (@bf4)
- [#1993](https://github.com/rails-api/active_model_serializers/pull/1993) Swap out KeyTransform for CaseTransform gem for the possibility of native extension use (@NullVoxPopuli)