Skip to content

Commit be9c1bd

Browse files
committed
Add CHANGELOG [ci skip]
1 parent fb62fb3 commit be9c1bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Features:
2727
- [#1340](https://github.com/rails-api/active_model_serializers/pull/1340) Add support for resource-level meta. (@beauby)
2828

2929
Fixes:
30+
- [#1480](https://github.com/rails-api/active_model_serializers/pull/1480) Fix setting of cache_store from Rails configuration. (@bf4)
31+
Fix uninentional mutating of value in memory cache store. (@groyoh)
3032
- [#1622](https://github.com/rails-api/active_model_serializers/pull/1622) Fragment cache changed from per-record to per-serializer.
3133
Now, two serializers that use the same model may be separately cached. (@lserman)
3234
- [#1478](https://github.com/rails-api/active_model_serializers/pull/1478) Cache store will now be correctly set when serializers are

test/support/rails_app.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ module ActiveModelSerializers
55
config.secret_key_base = 'abc123'
66
config.active_support.test_order = :random
77
config.action_controller.perform_caching = true
8-
# TODO: figure out why turning on the memory cache changes
9-
# the result of the CacheTest#test_associations_cache_when_updated
10-
# and if it is more correct or less correct.
118
config.action_controller.cache_store = :memory_store
129
end
1310

0 commit comments

Comments
 (0)