aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md15
1 files changed, 7 insertions, 8 deletions
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*