aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-02 15:32:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-02 15:32:01 +0000
commitce58e5cd069ef1341b8a60be1690b2a912a0b85f (patch)
tree245cc4ceec9d1232a008d7d0ac0af4ca967ebd7f /actionpack/CHANGELOG
parentf4b721904a26f631fbc6d7241b7f9480cc87ea47 (diff)
downloadrails-ce58e5cd069ef1341b8a60be1690b2a912a0b85f.tar.gz
rails-ce58e5cd069ef1341b8a60be1690b2a912a0b85f.tar.bz2
rails-ce58e5cd069ef1341b8a60be1690b2a912a0b85f.zip
Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@311 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f4170fc84f..cabfe52d15 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]
+
* Added class declaration for the MissingFile exception #388 [Kent Sibilev]
* Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates]