aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-03-10 16:06:21 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-03-10 16:06:21 +0000
commitdf4375d75a6a20c314c911627f1e9897a25aa8fe (patch)
treedb4051f6661328e06dcb4b3aeb97d0b767e02acd
parent803a6b171bc89e5b1179bcf70645b69b5d6e44f5 (diff)
downloadrails-df4375d75a6a20c314c911627f1e9897a25aa8fe.tar.gz
rails-df4375d75a6a20c314c911627f1e9897a25aa8fe.tar.bz2
rails-df4375d75a6a20c314c911627f1e9897a25aa8fe.zip
Revert "Updated actionpack/CHANGELOG to include enhancements to form option helpers"
No CHANGELOG entries please. This reverts commit 7fa0a8d7f38a42d2f41a3f4aefc129d7071b0258.
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 90232d8c2d..c4e4211c42 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -6,8 +6,6 @@
* 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]