aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-17 02:54:23 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-17 02:54:23 +0000
commit895487c1224bf85047f317e7bddf4f2abdea0822 (patch)
treeab133363378ef844d4dd60e31d3fba3e170ed757 /activesupport/CHANGELOG
parent77ee522bf6c97352485fad3b72866f7ab424ecaf (diff)
downloadrails-895487c1224bf85047f317e7bddf4f2abdea0822.tar.gz
rails-895487c1224bf85047f317e7bddf4f2abdea0822.tar.bz2
rails-895487c1224bf85047f317e7bddf4f2abdea0822.zip
TimeWithZone responds to Ruby 1.9 weekday-named query methods
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9041 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 d72fdadf3f..6b1130a32a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* TimeWithZone responds to Ruby 1.9 weekday-named query methods [Geoff Buesing]
+
* TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that it can be reused, and enforces DST rules correctly when instance is created from a local time [Geoff Buesing]
* Fixed that BufferedLogger should create its own directory if one doesn't already exist #11285 [lotswholetime]