aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2017-03-28 14:20:35 +0200
committerYves Senn <yves.senn@gmail.com>2017-03-28 14:20:35 +0200
commit5561412ac2a22c24e9c481821a99ddc9f55911a2 (patch)
tree8485da9f5c0b1f22354231e6bdb95e534e42d4ee /railties/CHANGELOG.md
parent825447130d1a34557d7ba6d8985d2e0715fcbf8e (diff)
downloadrails-5561412ac2a22c24e9c481821a99ddc9f55911a2.tar.gz
rails-5561412ac2a22c24e9c481821a99ddc9f55911a2.tar.bz2
rails-5561412ac2a22c24e9c481821a99ddc9f55911a2.zip
No need to duplicate 5-1-stable CHANGELOG. [ci skip]
The `master` changelog refer back to the `5-1-stable` changelog as a base. No need to duplicate backported entries in the changelogs on `master`.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 66873748ce..6032d2e1a1 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,9 +1 @@
-* Specify form field ids when generating a scaffold.
-
- This makes sure that the labels are linked up with the fields. The
- regression was introduced when the template was switched to
- `form_with`.
-
- *Yves Senn*
-
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/railties/CHANGELOG.md) for previous changes.