diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 3af0eb966c..71ba49b83f 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,10 +1,14 @@ +* The setter `config.autoloader=` has been deleted. `zeitwerk` is the only available autoloading mode. + + *Xavier Noria* + * Show Rake task description if command is run with -h. Adding `-h` (or `--help`) to a Rails command that's a Rake task, now returns the task description instead of the general Rake help. *Petrik de Heus* - + * Add missing `plugin new` command to help. *Petrik de Heus