aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-03-06 00:49:11 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-03-06 00:49:11 +0000
commitd1b08f4a751f12fbe32ccf7a31cc905656a344ff (patch)
tree182fb1339aa9889878b9a378952bdf630f9f126e /activerecord/CHANGELOG
parente52c28a425192966379ecf4ae3b20f0b9442e9e2 (diff)
downloadrails-d1b08f4a751f12fbe32ccf7a31cc905656a344ff.tar.gz
rails-d1b08f4a751f12fbe32ccf7a31cc905656a344ff.tar.bz2
rails-d1b08f4a751f12fbe32ccf7a31cc905656a344ff.zip
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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 2 insertions, 1 deletions
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]