diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-15 02:30:04 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-15 02:30:04 +0000 |
commit | 3df9fb53acb7b2fb445ba197da7340cfdf4fc78c (patch) | |
tree | 582ccbee6d67d5ab2a7e84ba2eea3e150928ffbf /activerecord | |
parent | 2f619855402702201eb1e3f453faf13d9b211ad5 (diff) | |
download | rails-3df9fb53acb7b2fb445ba197da7340cfdf4fc78c.tar.gz rails-3df9fb53acb7b2fb445ba197da7340cfdf4fc78c.tar.bz2 rails-3df9fb53acb7b2fb445ba197da7340cfdf4fc78c.zip |
More changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8411 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 90885b18c0..b168b07600 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -41,7 +41,7 @@ so newlines etc are escaped #10385 [Norbert Crombach] 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 [Chu Yeow] +* Fixed that to_xml should not automatically pass :procs to associations included with :include #10162 [Cheah Chu Yeow] * Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N] @@ -197,7 +197,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 [Robby Russell, Tarmo Tänav] -* Added ActiveRecord::Base#to_json/from_json [DHH, Chu Yeow] +* Added ActiveRecord::Base#to_json/from_json [DHH, Cheah Chu Yeow] * Added ActiveRecord::Base#from_xml [DHH]. Example: |