From 169eb781f1e1440bf8196a50d6b113a82707ed43 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 Jul 2005 10:16:38 +0000 Subject: Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas Seckar] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1734 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 0e4cf285c8..450b456904 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *1.11.0* (5th July, 2005) +* Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas Seckar] + * Changed logging of SQL statements to use the DEBUG level instead of INFO * Added new Migrations framework for describing schema transformations in a way that can be easily applied across multiple databases #1604 [Tobias Luetke] See documentation under ActiveRecord::Migration and the additional support in the Rails rakefile/generator. -- cgit v1.2.3