aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 17:05:15 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-22 17:05:15 +0000
commite38ad5ddcc1de38ff485d3d78d9c72283320cdaf (patch)
treeb0cc231830e85bbf214f56f37003ed084debb8d3 /activerecord/CHANGELOG
parent94d763300563e8c9fabf9f6f17386f98d0b06296 (diff)
downloadrails-e38ad5ddcc1de38ff485d3d78d9c72283320cdaf.tar.gz
rails-e38ad5ddcc1de38ff485d3d78d9c72283320cdaf.tar.bz2
rails-e38ad5ddcc1de38ff485d3d78d9c72283320cdaf.zip
Added the possibility of using symbols in addition to concrete classes with ActiveRecord::Observer#observe #3998 [robbyrussell/tarmo]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7539 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 7e575f4f29..4203edfd0a 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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 (currently does not support :include like to_xml) [DHH]
* Added ActiveRecord::Base#from_xml [DHH]. Example: