aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-04 22:36:49 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-04 22:49:14 -0200
commit149b86d97bd14b26cdf1d408567a414418710bcf (patch)
tree89ccc84243d582877856e91afdd57e61babd97d9 /railties/CHANGELOG.md
parentee1a03ce6e85160239c28a6e0a83368e7cd8da3a (diff)
downloadrails-149b86d97bd14b26cdf1d408567a414418710bcf.tar.gz
rails-149b86d97bd14b26cdf1d408567a414418710bcf.tar.bz2
rails-149b86d97bd14b26cdf1d408567a414418710bcf.zip
Move changelog entry in railties to the top
Other minor changelog improvements [ci skip]
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*