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

Updates railties CHANGELOG

This commit is contained in:
Xavier Noria 2021-08-27 09:21:11 +02:00
parent be69569544
commit 393b8bc8f4

View file

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