aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Pearson <mipearson@gmail.com>2011-12-26 00:29:37 +1100
committerMichael Pearson <mipearson@gmail.com>2011-12-26 00:29:37 +1100
commit95e10be434a1f597364746faab8f400bb967bd48 (patch)
tree66da17b767949e1ce9ffe9e44a721dd64e5d078e /railties/CHANGELOG.md
parent6df5e81ce12dd774a664fe22545701a444fd498f (diff)
downloadrails-95e10be434a1f597364746faab8f400bb967bd48.tar.gz
rails-95e10be434a1f597364746faab8f400bb967bd48.tar.bz2
rails-95e10be434a1f597364746faab8f400bb967bd48.zip
Mip Earson -> Michael Pearson in changelog.
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 9a474f681a..9b9be5eea4 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 Noria*
+* Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Michael Pearson & 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*