Improve type method documentation (#1967)

This commit is contained in:
Julia
2016-11-04 16:49:48 +01:00
committed by Yohan Robert
parent ce8dd36633
commit b709cd41e6
3 changed files with 26 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ Misc:
- [#1799](https://github.com/rails-api/active_model_serializers/pull/1799) Add documentation for setting the adapter. (@ScottKbka)
- [#1909](https://github.com/rails-api/active_model_serializers/pull/1909) Add documentation for relationship links. (@vasilakisfil, @NullVoxPopuli)
- [#1959](https://github.com/rails-api/active_model_serializers/pull/1959) Add documentation for root. (@shunsuke227ono)
- [#1967](https://github.com/rails-api/active_model_serializers/pull/1967) Improve type method documentation. (@yukideluxe)
### [v0.10.2 (2016-07-05)](https://github.com/rails-api/active_model_serializers/compare/v0.10.1...v0.10.2)