File tree 2 files changed +12
-2
lines changed
lib/active_model/serializer
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 0.10.x
2
2
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 )
4
4
5
5
Breaking changes:
6
6
@@ -10,6 +10,16 @@ Fixes:
10
10
11
11
Misc:
12
12
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
+
13
23
### [ v0.10.14 (2023-10-05)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.13...v0.10.14 )
14
24
15
25
Breaking changes:
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
class Serializer
5
- VERSION = '0.10.14 ' . freeze
5
+ VERSION = '0.10.15 ' . freeze
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments