aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAngelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local>2012-05-13 02:23:41 +0200
committerAngelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local>2012-05-13 02:39:34 +0200
commit2e9c7cd5f603dd27015cddb17c6ea328e9baa0d5 (patch)
tree9fe4d8e0b5bce60611bfd5ef793e8208d1be490b /actionpack
parent64af96bb9c7c7a64040e5e1a63861f046ae00b0e (diff)
downloadrails-2e9c7cd5f603dd27015cddb17c6ea328e9baa0d5.tar.gz
rails-2e9c7cd5f603dd27015cddb17c6ea328e9baa0d5.tar.bz2
rails-2e9c7cd5f603dd27015cddb17c6ea328e9baa0d5.zip
Changed the changelog and documentation about
the select method (tag select) forces :include_blank if is required and no multiple and display size is one
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index b819f2e613..9033dda911 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,8 @@
## Rails 4.0.0 (unreleased) ##
+* The `select` method (select tag) forces :include_blank if `required` is true and
+ `display size` is one and `multiple` is not true. *Angelo Capilleri*
+
* `respond_to` and `respond_with` now raise ActionController::UnknownFormat instead
of directly returning head 406. The exception is rescued and converted to 406
in the exception handling middleware. *Steven Soroka*