aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-01-15 06:54:50 +0000
committerMichael Koziarski <michael@koziarski.com>2007-01-15 06:54:50 +0000
commit276c9f29cde80fafa23814b0039f67504255e0fd (patch)
tree15a17ddcaff52bd1aaabf70281dbe7c7ac2d1433 /activesupport/CHANGELOG
parent51d840e272941023ad62d021fa2b4a491fe9953a (diff)
downloadrails-276c9f29cde80fafa23814b0039f67504255e0fd.tar.gz
rails-276c9f29cde80fafa23814b0039f67504255e0fd.tar.bz2
rails-276c9f29cde80fafa23814b0039f67504255e0fd.zip
Make 1.months and friends accurate by introducing a Duration class. #6835 [eventualbuddha]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5940 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 f26c99b7b7..148feff061 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make 1.months and friends accurate by introducing a Duration class. #6835 [eventualbuddha]
+
* Document Inflector.ordinalize and merge docs from String inflections. #7023 [smeade]
* Unbundle flexmock. [Jeremy Kemper]