aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-06-02 22:02:43 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-06-02 22:02:43 -0500
commit64fea9c45c515496bb60df4a1e141f44cac4d158 (patch)
tree0da66f85c390b552c6c46a83bf27b76e20ba5e51 /activesupport/CHANGELOG
parente7a305f08d8f72f81449e1d8934fba31f038ad88 (diff)
downloadrails-64fea9c45c515496bb60df4a1e141f44cac4d158.tar.gz
rails-64fea9c45c515496bb60df4a1e141f44cac4d158.tar.bz2
rails-64fea9c45c515496bb60df4a1e141f44cac4d158.zip
Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (Danger)
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 15c25debf4..a1a3c7ac2b 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,8 @@
+*Edge*
+
+* Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (Danger)
+
+
*2.1.0 (May 31st, 2008)*
* TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more familiar to end users (see time zone selects used by Windows OS, google.com and yahoo.com.) Reverts [8370] [Geoff Buesing]