From 149b86d97bd14b26cdf1d408567a414418710bcf Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 4 Jan 2013 22:36:49 -0200 Subject: Move changelog entry in railties to the top Other minor changelog improvements [ci skip] --- railties/CHANGELOG.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'railties/CHANGELOG.md') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 52ba1bd581..d894a6801a 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,19 +1,18 @@ ## Rails 4.0.0 (unreleased) ## -* Add `-B` alias for `--skip-bundle` option in the rails new generators. +* Environment name can be a start substring of the default environment names + (production, development, test). For example: tes, pro, prod, dev, devel. + Fix #8628. - *Jiri Pospisil* + *Mykola Kyryk* -* Environment name can be a start substring of the default environment names - (production, development, test). - For example: tes, pro, prod, dev, devel. - Fix #8628 +* Add `-B` alias for `--skip-bundle` option in the rails new generators. - *Mykola Kyryk* + *Jiri Pospisil* * Quote column names in generates fixture files. This prevents conflicts with reserved YAML keywords such as 'yes' and 'no' - Fix #8612 + Fix #8612. *Yves Senn* -- cgit v1.2.3