aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-03-04 04:33:55 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-03-04 04:33:55 +0000
commit70d7b3752f8cc8fe821a1a3873573b6d313ea129 (patch)
treede78f201d48c0f3db88c8084eb9c5f1ab1c2d91d /activesupport/CHANGELOG
parent543622959a85ae464dfce4e0658e96a2e7dd3dbb (diff)
downloadrails-70d7b3752f8cc8fe821a1a3873573b6d313ea129.tar.gz
rails-70d7b3752f8cc8fe821a1a3873573b6d313ea129.tar.bz2
rails-70d7b3752f8cc8fe821a1a3873573b6d313ea129.zip
Test DateTime native type in migrations. References #7649.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6304 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 020806ffe6..7ccf8c985c 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -2,7 +2,7 @@
* DateTime calculations analogous to the Date and Time extensions. #7693 [Geoff Buesing]
-* Give DateTime correct .to_s implementations, lets it play nice with ActiveRecord quoting. [gbuesing]
+* Give DateTime correct .to_s implementations, lets it play nice with ActiveRecord quoting. #7649 [Geoff Buesing]
* Add File.atomic_write, allows you to write large files in an atomic manner, preventing users from seeing half written files. [Koz]