From 189b7907d5af46c61f19e0eaacb2a30ec1bc16dd Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 3 Nov 2005 21:17:32 +0000 Subject: Correct the pure-Ruby MySQL 4.1.1 shim's version test. Closes #2718. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2864 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 6fe76f2fd2..6ca73c2f03 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Correct the pure-Ruby MySQL 4.1.1 shim's version test. #2718 [Jeremy Kemper] + * Add Model.create! to match existing model.save! method. When save! raises RecordInvalid, you can catch the exception, retrieve the invalid record (invalid_exception.record), and see its errors (invalid_exception.record.errors). [Jeremy Kemper] * Correct fixture behavior when table name pluralization is off. #2719 [Rick Bradley ] -- cgit v1.2.3