aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-25 05:37:22 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-25 05:37:22 -0800
commit34e4a292f9fcf83a5d277b72551bac5b145a3f3c (patch)
tree66da17b767949e1ce9ffe9e44a721dd64e5d078e
parent6df5e81ce12dd774a664fe22545701a444fd498f (diff)
parent95e10be434a1f597364746faab8f400bb967bd48 (diff)
downloadrails-34e4a292f9fcf83a5d277b72551bac5b145a3f3c.tar.gz
rails-34e4a292f9fcf83a5d277b72551bac5b145a3f3c.tar.bz2
rails-34e4a292f9fcf83a5d277b72551bac5b145a3f3c.zip
Merge pull request #4181 from mipearson/master
Fix my name in 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*