aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-22 01:59:09 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-22 01:59:09 +0000
commitf921a96e8506ca5d376a83f06b45ffd8df737fa7 (patch)
tree676b04e81004b8a0170be7bcf0f9f2590be9e76d /railties/CHANGELOG
parent98d87f38fc9d1eef66e480ce35e648447787bc78 (diff)
downloadrails-f921a96e8506ca5d376a83f06b45ffd8df737fa7.tar.gz
rails-f921a96e8506ca5d376a83f06b45ffd8df737fa7.tar.bz2
rails-f921a96e8506ca5d376a83f06b45ffd8df737fa7.zip
Adding rake tasks time:zones:all, time:zones:us and time:zones:local for finding time zone names for config.time_zone option
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9074 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index fc6bf18eba..a22efda9be 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for finding time zone names for config.time_zone option [Geoff Buesing]
+
* Added support for installing plugins hosted at git repositories #11294 [danger]
* Fixed that script/generate would not look for plugin generators in plugin_paths #11000 [glv]