aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index e5f9e37c33..84974d8f03 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,14 @@
+* Applications upgrading to Rails 6 can run the command
+
+ ```
+ bin/rails zeitwerk:check
+ ```
+
+ to check if the project structure they were using with the classic
+ autoloader is compatible with `:zeitwerk` mode.
+
+ *Matilda Smeds* & *Xavier Noria*
+
* Allow loading seeds without ActiveJob.
Fixes #35782