File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +12
-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.14 ...0-10-stable )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.15 ...0-10-stable )
44
55Breaking changes:
66
@@ -10,6 +10,16 @@ Fixes:
1010
1111Misc:
1212
13+ ### [ v0.10.15 (2024-11-30)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.14...v0.10.15 )
14+
15+ Fixes:
16+ - [ #2482 ] ( https://github.com/rails-api/active_model_serializers/pull/2482 ) Fix cant modify frozen Hash error due to rails changes (@vineelvineel )
17+ - [ #2460 ] ( https://github.com/rails-api/active_model_serializers/pull/2460 ) Don't force ActionController::TestCase to load (@eugeneius )
18+
19+ Misc:
20+ - [ #2483 ] ( https://github.com/rails-api/active_model_serializers/pull/2483 ) Support Rails 8 (@pulkit110 )
21+
22+
1323### [ v0.10.14 (2023-10-05)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.13...v0.10.14 )
1424
1525Breaking changes:
Original file line number Diff line number Diff line change 22
33module ActiveModel
44 class Serializer
5- VERSION = '0.10.14 ' . freeze
5+ VERSION = '0.10.15 ' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments