aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-04-14 11:37:50 +0200
committerXavier Noria <fxn@hashref.com>2019-04-14 12:09:09 +0200
commit3e66ba91d511158e22f90ff96b594d61f40eda01 (patch)
tree97257467b80f6d7d087d198c5edac8f9651b3875 /railties/CHANGELOG.md
parentf8944ed22dc9453dea5814676fa49ce119a58726 (diff)
downloadrails-3e66ba91d511158e22f90ff96b594d61f40eda01.tar.gz
rails-3e66ba91d511158e22f90ff96b594d61f40eda01.tar.bz2
rails-3e66ba91d511158e22f90ff96b594d61f40eda01.zip
deprecates autoloading constants during initialization [closes #35745]
See rationale in the warning message included in the patch.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index ab400e5982..673cfde3d9 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Autoloading during initialization is deprecated.
+
+ *Xavier Noria*
+
* Only force `:async` ActiveJob adapter to `:inline` during seeding.
*BatedUrGonnaDie*