diff options
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r-- | railties/CHANGELOG.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 73793be78c..31c443bb9f 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -2,12 +2,6 @@ *Yuji Yaginuma* -* Add `ruby x.x.x` version to `Gemfile` and create `.ruby-version` - root file containing the current Ruby version when new Rails applications are - created. - - *Alberto Almagro* - * Support `-` as a platform-agnostic way to run a script from stdin with `rails runner` |