aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-06-29 13:46:07 -0500
committergbuesing <gbuesing@gmail.com>2008-06-29 13:46:07 -0500
commit4cf93935b2478201863c01569e894c9dcf7e9074 (patch)
tree9b2b7c32e7cba4fed7e98c7f2cb99435ce7bb423 /activesupport/CHANGELOG
parentd0092dc44d580f4179308c7394d9023098406f79 (diff)
downloadrails-4cf93935b2478201863c01569e894c9dcf7e9074.tar.gz
rails-4cf93935b2478201863c01569e894c9dcf7e9074.tar.bz2
rails-4cf93935b2478201863c01569e894c9dcf7e9074.zip
Fix indentation and update changelogs for previous commit
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 4f61311d95..a540150329 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Added TimeZone #=~, to support matching zones by regex in time_zone_select. #195 [Ernie Miller]
+
* Added Array#second through Array#tenth as aliases for Array#[1] through Array#[9] [DHH]
* Added test/do declaration style testing to ActiveSupport::TestCase [DHH via Jay Fields]