aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-09-03 09:00:45 +0200
committerGitHub <noreply@github.com>2018-09-03 09:00:45 +0200
commite6ba30efbf107954db2707410d78d77680d69995 (patch)
tree5aa76fd0e7ba3461dcbe1946668dbfa3311e9320 /railties
parentc8108465cab66ff1c60d5fc19bd329ac5c1a5109 (diff)
parent732111b05faec567f4dec7d3dad5e9fc81b4efe8 (diff)
downloadrails-e6ba30efbf107954db2707410d78d77680d69995.tar.gz
rails-e6ba30efbf107954db2707410d78d77680d69995.tar.bz2
rails-e6ba30efbf107954db2707410d78d77680d69995.zip
Merge pull request #33779 from mcnelson/update_changelog_for_null_store
Update changelog with new default cache store in test env
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 6a0e79a7b3..e9ef6aac6d 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Make :null_store the default store in the test environment.
+
+ *Michael C. Nelson*
+
* Emit warning for unknown inflection rule when generating model.
*Yoshiyuki Kinjo*