From d1b08f4a751f12fbe32ccf7a31cc905656a344ff Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 6 Mar 2007 00:49:11 +0000 Subject: Fix an edge case with dates during the Italian calendar reform! Hehe. Closes #7724. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6341 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 65b5ff2c95..093c1bc68d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -2,7 +2,8 @@ * Fix has_many :through << with custom foreign keys. #6466, #7153 [naffis, Rich Collins] -* Test DateTime native type in migrations. #7649 [fedot] +* Test DateTime native type in migrations, including an edge case with dates +during calendar reform. #7649, #7724 [fedot, Geoff Buesing] * SQLServer: correctly schema-dump tables with no indexes or descending indexes. #7333, #7703 [Jakob S, Tom Ward] -- cgit v1.2.3