aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-01-26 14:28:48 -0800
committerXavier Noria <fxn@hashref.com>2012-01-26 14:28:48 -0800
commit97e8d1d81942fc14376cc598e404d029bd90c5e0 (patch)
treec72f864a09e73de5e19548185679d2adb288ff54 /railties
parentc134f24f8fafe6bf2b9378706655d4d5181d5e3c (diff)
downloadrails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.gz
rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.tar.bz2
rails-97e8d1d81942fc14376cc598e404d029bd90c5e0.zip
CHANGELOG revision for v3.2.1
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 0c3f5aeb78..4ac2f942e1 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,11 @@
+## Rails 3.2.1 (January 26, 2012) ##
+
+* Documentation fixes.
+
+* Migration generation understands decimal{1.2} and decimal{1-2}, in
+ addition to decimal{1,2}. *José Valim*
+
+
## Rails 3.2.0 (January 20, 2012) ##
* Rails 2.3-style plugins in vendor/plugins are deprecated and will be removed in Rails 4.0. Move them out of vendor/plugins and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. *Santiago Pastorino*