From 648b8fda54e5de742e4ffbb4bc8e6edf0b68a111 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 17 Dec 2004 21:36:13 +0000 Subject: Added Base.destroy and Base.delete to remove records without holding a reference to them first. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@206 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 82f9d88992..7c032d1a9d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Added Base.destroy and Base.delete to remove records without holding a reference to them first. + + *1.2.0* * Added Base.validates_inclusion_of that validates whether the value of the specified attribute is available in a particular enumerable -- cgit v1.2.3