diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-09-11 17:42:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 17:42:53 -0400 |
commit | ab0eed599b9cb2b62eab79ae761464ea732b2e70 (patch) | |
tree | 49522154ae88193acd88a175af5461a4e5ff3a17 /railties | |
parent | 7acd2674fb6822cc3841ae2d59b93695ef18b71a (diff) | |
parent | ff718abcba6fd8ca5972f019524836bbd1d068d2 (diff) | |
download | rails-ab0eed599b9cb2b62eab79ae761464ea732b2e70.tar.gz rails-ab0eed599b9cb2b62eab79ae761464ea732b2e70.tar.bz2 rails-ab0eed599b9cb2b62eab79ae761464ea732b2e70.zip |
Merge pull request #33785 from bogdanvlviv/follow-up-33773-33779
Clarify changelog entry added in #33779 [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 1cac47886d..b916fda1cb 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -* Make :null_store the default store in the test environment. +* Make `ActiveSupport::Cache::NullStore` the default cache store in the test environment. *Michael C. Nelson* |