Merge pull request #1799 from ScottKbka/patch-1

Update rendering.md
This commit is contained in:
Benjamin Fleischer
2016-08-31 16:18:47 -05:00
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ Misc:
- [#1878](https://github.com/rails-api/active_model_serializers/pull/1878) Cache key generation for serializers now uses `ActiveSupport::Cache.expand_cache_key` instead of `Array#join` by default and is also overridable. This change should be backward-compatible. (@markiz)
- [#1799](https://github.com/rails-api/active_model_serializers/pull/1799) Add documentation for setting the adapter. (@ScottKbka)
### [v0.10.2 (2016-07-05)](https://github.com/rails-api/active_model_serializers/compare/v0.10.1...v0.10.2)
Fixes: