Drop support to Ruby 1.9.3

This commit is contained in:
Mauro George
2015-12-10 20:02:41 -02:00
committed by Benjamin Fleischer
parent 850ac3feaf
commit 488370fc0b
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
Breaking changes:
- Drop support to Ruby 1.9.3 (@maurogeorge)
- [#1131](https://github.com/rails-api/active_model_serializers/pull/1131) Remove Serializer#root_name (@beauby)
- [#1138](https://github.com/rails-api/active_model_serializers/pull/1138) Introduce Adapter::Base (@bf4)
* Adapters now inherit Adapter::Base. 'Adapter' is now a module, no longer a class.