aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-03-04 04:12:42 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-03-04 04:12:42 +0000
commit543622959a85ae464dfce4e0658e96a2e7dd3dbb (patch)
tree6ee84372867f78de5a1ac1dff7443af71f5f3a72 /activesupport/CHANGELOG
parentbf6d4cede7c4316321f9fafeda747ec3bfdf45c8 (diff)
downloadrails-543622959a85ae464dfce4e0658e96a2e7dd3dbb.tar.gz
rails-543622959a85ae464dfce4e0658e96a2e7dd3dbb.tar.bz2
rails-543622959a85ae464dfce4e0658e96a2e7dd3dbb.zip
DateTime calculations analogous to the Date and Time extensions. Closes #7693.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6303 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 7a5a2f5586..020806ffe6 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Add File.atomic_write, allows you to write large files in an atomic manner, preventing users from seeing half written files. [Koz]