aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorYounes SERRAJ <younes.serraj@gmail.com>2019-05-22 10:21:59 +0200
committerYounes SERRAJ <younes.serraj@gmail.com>2019-05-22 10:21:59 +0200
commita4229a534ff237443b445de9aec0310c0f388b56 (patch)
treeee46d4c995dd855c3bf2af2cd25f117ad22c3ce0 /actionview/CHANGELOG.md
parenta2708473b150b30a00c80d64f57a8c4b41a32fcc (diff)
downloadrails-a4229a534ff237443b445de9aec0310c0f388b56.tar.gz
rails-a4229a534ff237443b445de9aec0310c0f388b56.tar.bz2
rails-a4229a534ff237443b445de9aec0310c0f388b56.zip
Fix select_tag so that is doesn't change options when include_blank is set
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index dcd3e33c46..a1e94384bd 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,6 @@
+* Fix `select_tag` so that it doesn't change `options` when `include_blank` is present.
+
+ *Younes SERRAJ*
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/actionview/CHANGELOG.md) for previous changes.