aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-25 04:19:46 -0800
committerXavier Noria <fxn@hashref.com>2011-12-25 04:19:46 -0800
commit6df5e81ce12dd774a664fe22545701a444fd498f (patch)
tree79ab5d87d97b2ec26b303d8bef5ac8f74e97f8e6 /railties/CHANGELOG.md
parentd4be00c1092d8e718df1c83f013db0dde4501a68 (diff)
downloadrails-6df5e81ce12dd774a664fe22545701a444fd498f.tar.gz
rails-6df5e81ce12dd774a664fe22545701a444fd498f.tar.bz2
rails-6df5e81ce12dd774a664fe22545701a444fd498f.zip
fixes credit in changelog entry
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index c5d2c26fcb..9a474f681a 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,6 +1,6 @@
## Rails 3.2.0 (unreleased) ##
-* Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Mip Earson & Xavier Nor$
+* 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*