aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-25 04:13:28 -0800
committerXavier Noria <fxn@hashref.com>2011-12-25 04:13:28 -0800
commit7ec847336fcedf4c1437df86482b93b7fcf71507 (patch)
tree377ed84f18b7c12ca572e73e9b7de1c7ca06de68 /railties/CHANGELOG.md
parentd6d561eed9d31e757650bd1440350dd8f892aeda (diff)
downloadrails-7ec847336fcedf4c1437df86482b93b7fcf71507.tar.gz
rails-7ec847336fcedf4c1437df86482b93b7fcf71507.tar.bz2
rails-7ec847336fcedf4c1437df86482b93b7fcf71507.zip
registers guide generation for the Kindle and Kindle apps in the Changelog
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 4e24525f23..ce67d3d5ad 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.0 (unreleased) ##
+* Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Mip Earson & Xavier Noria*
+
* Allow scaffold/model/migration generators to accept a "index" and "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to generate (unique) indexes. Some types also accept custom options, for instance, you can specify the precision and scale for decimals as "price:decimal{7,2}". *Dmitrii Samoilov*
* Added `config.exceptions_app` to set the exceptions application invoked by the ShowException middleware when an exception happens. Defaults to `ActionDispatch::PublicExceptions.new(Rails.public_path)`. *José Valim*