diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-05-28 15:51:53 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-05-28 15:51:53 +0000 |
commit | 4472a30aadc35f8a9a67db8b0a2a7318c3a0dcfd (patch) | |
tree | 9a7582184fb23eb8e553e26ec97cf62a9b5ae564 /activerecord/CHANGELOG | |
parent | 6f6328787cb0ba61f7af1e733826b5ffcdd6a398 (diff) | |
download | rails-4472a30aadc35f8a9a67db8b0a2a7318c3a0dcfd.tar.gz rails-4472a30aadc35f8a9a67db8b0a2a7318c3a0dcfd.tar.bz2 rails-4472a30aadc35f8a9a67db8b0a2a7318c3a0dcfd.zip |
Allow nil serialized attributes with a set class constraint. #7293 [sandofsky]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6879 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 7e90571397..b17af37d4b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow nil serialized attributes with a set class constraint. #7293 [sandofsky] + * Oracle: support binary fixtures. #7987 [Michael Schoen] * Fixtures: pull fixture insertion into the database adapters. #7987 [Michael Schoen] |