diff options
author | Michael Pearson <mipearson@gmail.com> | 2011-12-26 00:29:37 +1100 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-25 19:40:52 +0530 |
commit | 51fd3f37d9bd13d4bed514080f71343eb456567c (patch) | |
tree | bd3efe19a8d62c022afc9e38db6c8343e3fb55d3 | |
parent | 7ec847336fcedf4c1437df86482b93b7fcf71507 (diff) | |
download | rails-51fd3f37d9bd13d4bed514080f71343eb456567c.tar.gz rails-51fd3f37d9bd13d4bed514080f71343eb456567c.tar.bz2 rails-51fd3f37d9bd13d4bed514080f71343eb456567c.zip |
Mip Earson -> Michael Pearson in changelog.
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index ce67d3d5ad..490dfd500d 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* |