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 4f8204821c..4bc7135995 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added the possibility of specifying fixtures in multiple calls #816 [kim@tinker.com] + * Added Base.exists?(id) that'll return true if an object of the class with the given id exists #854 [stian@grytoyr.net] * Added optionally allow for nil or empty strings with validates_numericality_of #801 [Sebastian Kanthak] |