aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-03-10 16:52:40 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-03-10 16:52:40 +0000
commit0464254430f1e594cb2f54dc1e37510fc052c63a (patch)
treeb60740d6c5f9cc9f026367f50bc7f06d565dc3c6 /actionpack/CHANGELOG
parentbdfa733d04c5843eadc181f2fd1723db614fc3d0 (diff)
downloadrails-0464254430f1e594cb2f54dc1e37510fc052c63a.tar.gz
rails-0464254430f1e594cb2f54dc1e37510fc052c63a.tar.bz2
rails-0464254430f1e594cb2f54dc1e37510fc052c63a.zip
Add a missing CHANGELOG entry
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 c4e4211c42..90232d8c2d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -6,6 +6,8 @@
* Fixed that passing a custom form builder would be forwarded to nested fields_for calls #2023 [Eloy Duran/Nate Wiger]
+* Form option helpers now support disabled option tags and the use of lambdas for selecting/disabling option tags from collections #837 [Tekin]
+
* Added partial scoping to TranslationHelper#translate, so if you call translate(".foo") from the people/index.html.erb template, you'll actually be calling I18n.translate("people.index.foo") [DHH]
* Fix a syntax error in current_page?() that was prevent matches against URL's with multiple query parameters #1385, #1868 [chris finne/Andrew White]