aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:07:49 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:07:49 +0000
commita93fea800f598a752f66dcc3de76a986461af72c (patch)
tree8be4f9c08a911c149f41c10fa0f9c4614ec2305e /activerecord/CHANGELOG
parentc92c8c0b28b1df88e3cc7e70125538498fee9b69 (diff)
downloadrails-a93fea800f598a752f66dcc3de76a986461af72c.tar.gz
rails-a93fea800f598a752f66dcc3de76a986461af72c.tar.bz2
rails-a93fea800f598a752f66dcc3de76a986461af72c.zip
Update Chu's name in changelogs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8349 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 16c8953517..246133b072 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -25,7 +25,7 @@
render :partial => @client.becomes(Company) # renders companies/company instead of clients/client
-* Fixed that to_xml should not automatically pass :procs to associations included with :include #10162 [chuyeow]
+* Fixed that to_xml should not automatically pass :procs to associations included with :include #10162 [Chu Yeow]
* Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]
@@ -181,7 +181,7 @@ single-table inheritance. #3833, #9886 [Gabriel Gironda, rramdas, François Bea
* Added the possibility of using symbols in addition to concrete classes with ActiveRecord::Observer#observe #3998 [robbyrussell/tarmo]
-* Added ActiveRecord::Base#to_json/from_json [DHH/chuyeow]
+* Added ActiveRecord::Base#to_json/from_json [DHH, Chu Yeow]
* Added ActiveRecord::Base#from_xml [DHH]. Example: