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

Move most recent CHANGELOG entry to the top of file

This commit is contained in:
Guillermo Iguaran 2021-08-29 09:59:37 -07:00
parent 0d31319562
commit b71a9ccce0

View file

@ -1,3 +1,7 @@
* Add support for comments above gem declaration in Rails application templates, e.g. `gem("nokogiri", comment: "For XML")`.
*Linas Juškevičius*
* The setter `config.autoloader=` has been deleted. `zeitwerk` is the only * The setter `config.autoloader=` has been deleted. `zeitwerk` is the only
available autoloading mode. available autoloading mode.
@ -137,9 +141,5 @@
*Gannon McGibbon* *Gannon McGibbon*
* Add support for comments above gem declaration in Rails application templates, e.g. `gem("nokogiri", comment: "For XML")`.
*Linas Juškevičius*
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/railties/CHANGELOG.md) for previous changes. Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/railties/CHANGELOG.md) for previous changes.