We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d31319 commit b71a9ccCopy full SHA for b71a9cc
railties/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+* Add support for comments above gem declaration in Rails application templates, e.g. `gem("nokogiri", comment: "For XML")`.
2
+
3
+ *Linas Juškevičius*
4
5
* The setter `config.autoloader=` has been deleted. `zeitwerk` is the only
6
available autoloading mode.
7
@@ -137,9 +141,5 @@
137
141
138
142
*Gannon McGibbon*
139
143
140
-* Add support for comments above gem declaration in Rails application templates, e.g. `gem("nokogiri", comment: "For XML")`.
-
- *Linas Juškevičius*
144
145
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/railties/CHANGELOG.md) for previous changes.
0 commit comments