Skip to content

Commit

Permalink
Move most recent CHANGELOG entry to the top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Aug 29, 2021
1 parent 0d31319 commit b71a9cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions railties/CHANGELOG.md
@@ -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
available autoloading mode.

Expand Down Expand Up @@ -137,9 +141,5 @@

*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.

0 comments on commit b71a9cc

Please sign in to comment.