aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:08:45 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:52:19 -0300
commitdb743ff459385a9131b059151d011c59e8e094be (patch)
tree2545a467f897715450616002f6ddc5369463d6a3 /railties/CHANGELOG.md
parent94b2c8c32d00e101b306875b86abf11b28b55699 (diff)
downloadrails-db743ff459385a9131b059151d011c59e8e094be.tar.gz
rails-db743ff459385a9131b059151d011c59e8e094be.tar.bz2
rails-db743ff459385a9131b059151d011c59e8e094be.zip
Fix my name in the CHANGELOG to follow the convention
Also add missing entries and use the formating convention
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md26
1 files changed, 15 insertions, 11 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 3db64ceb65..b02e952671 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -2,10 +2,12 @@
* No changes.
+
## Rails 3.2.2 (March 1, 2012) ##
* No changes.
+
## Rails 3.2.1 (January 26, 2012) ##
* Documentation fixes.
@@ -54,7 +56,19 @@
* Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*
-* Rails 3.1.1
+## Rails 3.1.2 (November 18, 2011) ##
+
+* Engines: don't blow up if db/seeds.rb is missing.
+
+ *Jeremy Kemper*
+
+* `rails new foo --skip-test-unit` should not add the `:test` task to the rake default task.
+ *GH 2564*
+
+ *José Valim*
+
+
+## Rails 3.1.1 (October 7, 2011) ##
* Add jquery-rails to Gemfile of plugins, test/dummy app needs it. Closes #3091. *Santiago Pastorino*
@@ -67,16 +81,6 @@
Plugins developers need to special case their initializers that are
meant to be run in the assets group by adding :group => :assets.
-## Rails 3.1.2 (unreleased) ##
-
-* Engines: don't blow up if db/seeds.rb is missing.
-
- *Jeremy Kemper*
-
-* `rails new foo --skip-test-unit` should not add the `:test` task to the rake default task.
- *GH 2564*
-
- *José Valim*
## Rails 3.1.0 (August 30, 2011) ##