File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +8
-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.15 ...0-10-stable )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.16 ...0-10-stable )
44
55Breaking changes:
66
@@ -10,6 +10,12 @@ Fixes:
1010
1111Misc:
1212
13+ ### [ v0.10.16 (2025-12-05)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.15...v0.10.16 )
14+
15+ Misc:
16+ - [ #2492 ] ( https://github.com/rails-api/active_model_serializers/pull/2492 ) Remove use of ActiveSupport::Configurable (@t27duck )
17+ - [ #2495 ] ( https://github.com/rails-api/active_model_serializers/pull/2495 ) Fix changing config in subclass having global effect (@janko )
18+
1319### [ v0.10.15 (2024-11-30)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.14...v0.10.15 )
1420
1521Fixes:
Original file line number Diff line number Diff line change 22
33module ActiveModel
44 class Serializer
5- VERSION = '0.10.15 ' . freeze
5+ VERSION = '0.10.16 ' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments