diff options
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] |