aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTekin Suleyman <tekin@tekin.co.uk>2009-03-06 16:46:06 +0000
committerTekin Suleyman <tekin@tekin.co.uk>2009-03-06 16:46:06 +0000
commit7fa0a8d7f38a42d2f41a3f4aefc129d7071b0258 (patch)
treefe0cdc054722049809b3e29b3b1f2a207817a42e
parent60023f52c008848545859ed1fefa9e094d2943b5 (diff)
downloadrails-7fa0a8d7f38a42d2f41a3f4aefc129d7071b0258.tar.gz
rails-7fa0a8d7f38a42d2f41a3f4aefc129d7071b0258.tar.bz2
rails-7fa0a8d7f38a42d2f41a3f4aefc129d7071b0258.zip
Updated actionpack/CHANGELOG to include enhancements to form option helpers
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 546adeb61d..cc1cfe03ab 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* 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]