diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-09-01 05:33:21 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-09-01 05:33:21 +0000 |
commit | 5f175edde59e65b991d84fe30cad2b102fc7347b (patch) | |
tree | f6109c8dce7730a51f21f0e841f38c4548deeb52 /activerecord/CHANGELOG | |
parent | b1257d96b7b2482fc7811e5dc12d71c9fa091d10 (diff) | |
download | rails-5f175edde59e65b991d84fe30cad2b102fc7347b.tar.gz rails-5f175edde59e65b991d84fe30cad2b102fc7347b.tar.bz2 rails-5f175edde59e65b991d84fe30cad2b102fc7347b.zip |
Add some XmlSerialization tests for ActiveRecord [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4894 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index da7232902c..beac6b3940 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add some XmlSerialization tests for ActiveRecord [Rick Olson] + * has_many :through conditions are sanitized by the associating class. #5971 [martin.emde@gmail.com] * Tighten rescue clauses. #5985 [james@grayproductions.net] |