aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorPhil Ross <phil.ross@gmail.com>2008-11-12 13:42:56 +0000
committergbuesing <gbuesing@gmail.com>2008-11-12 20:30:00 -0600
commit02df503d3b4db7a3e7fabe1403c388a059f905b8 (patch)
tree500ee16399bcbd837c0edea6615d2bf527b5bdd7 /activesupport/CHANGELOG
parent44a3009ff068bf080de6764a8c884fbf0ceb920e (diff)
downloadrails-02df503d3b4db7a3e7fabe1403c388a059f905b8.tar.gz
rails-02df503d3b4db7a3e7fabe1403c388a059f905b8.tar.bz2
rails-02df503d3b4db7a3e7fabe1403c388a059f905b8.zip
TimeZone: Caracas GMT offset changed to -4:30 [#1361 state:resolved]
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 e77affc315..12b300d3ae 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*2.2.1 [RC2 or 2.2 final]*
+* TimeZone: Caracas GMT offset changed to -4:30 [#1361 state:resolved] [Phil Ross]
+
* Added render :js for people who want to render inline JavaScript replies without using RJS [DHH]
* Fixed the option merging in Array#to_xml #1126 [Rudolf Gavlas]