File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11## 0.10.x
22
3- ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.2 ...master )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.3 ...master )
44
55Breaking changes:
66
7+ Features:
8+
9+ Fixes:
10+
11+ Misc:
12+
13+ ### [ v0.10.3 (2016-11-21)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.2...v0.10.3 )
14+
715Fixes:
816
917- [ #1973 ] ( https://github.com/rails-api/active_model_serializers/pull/1973 ) Fix namespace lookup for collections and has_many relationships (@groyoh )
Original file line number Diff line number Diff line change 11module ActiveModel
22 class Serializer
3- VERSION = '0.10.2 ' . freeze
3+ VERSION = '0.10.3 ' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments