aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorSam Oliver <sam@samoliver.com>2008-12-21 19:46:33 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-12-21 23:24:05 +0000
commit389534c38c3baaa63ce5cc2ba3bd169415419167 (patch)
treebb8d32ef8ee134f2020c04489cb63a9144e01429 /actionpack/CHANGELOG
parent858a420ce18719c720b80508b336e37ce37a20bf (diff)
downloadrails-389534c38c3baaa63ce5cc2ba3bd169415419167.tar.gz
rails-389534c38c3baaa63ce5cc2ba3bd169415419167.tar.bz2
rails-389534c38c3baaa63ce5cc2ba3bd169415419167.zip
Added prompt options to date helpers [#561 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
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 639cf14cd1..9187bd6128 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Add :prompt option to date/time select helpers. #561 [Sam Oliver]
+
* Fixed that send_file shouldn't set an etag #1578 [Hongli Lai]
* Allow users to opt out of the spoofing checks in Request#remote_ip. Useful for sites whose traffic regularly triggers false positives. [Darren Boyd]