1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #33779 from mcnelson/update_changelog_for_null_store

Update changelog with new default cache store in test env
This commit is contained in:
Kasper Timm Hansen 2018-09-03 09:00:45 +02:00 committed by GitHub
commit e6ba30efbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*