From bfa6bfc24a0034ae599861a6e8655df024973eed Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 14 Mar 2005 23:48:39 +0000 Subject: Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@909 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ec1fd93ff5..7f1a1fcca4 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm] + * Added that all types of after_find/after_initialized callbacks are triggered if the explicit implementation is present, not only the explicit implementation itself * Fixed that symbols can be used on attribute assignment, like page.emails.create(:subject => data.subject, :body => data.body) -- cgit v1.2.3