aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-12-22 13:26:59 +0100
committerYves Senn <yves.senn@gmail.com>2015-12-22 13:26:59 +0100
commit68c5c01db0d36c27f3a957881e96ef6caa0666d6 (patch)
treee90e0586a9f2921dd4399daa46e6a4a0c3e127b3 /actionview
parent9c9732f36368e484f43c0e79bb80227cec0a103b (diff)
downloadrails-68c5c01db0d36c27f3a957881e96ef6caa0666d6.tar.gz
rails-68c5c01db0d36c27f3a957881e96ef6caa0666d6.tar.bz2
rails-68c5c01db0d36c27f3a957881e96ef6caa0666d6.zip
release notes, extract notable changes from Action View CHANGELOG.
[ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index d4cdde4c0a..a43d9039db 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -97,7 +97,7 @@
Which could happen if the rendering was done directly in the controller
and not in a template.
- Fixes #20535
+ Fixes #20535.
*Roque Pinel*
@@ -106,7 +106,7 @@
*Dov Murik*
-* Raise an ArgumentError when a false value for `include_blank` is passed to a
+* Raise an `ArgumentError` when a false value for `include_blank` is passed to a
required select field (to comply with the HTML5 spec).
*Grey Baker*
@@ -124,7 +124,7 @@
* `translate` should handle `raise` flag correctly in case of both main and default
translation is missing.
- Fixes #19967
+ Fixes #19967.
*Bernard Potocki*
@@ -146,7 +146,7 @@
* `translate` should accept nils as members of the `:default`
parameter without raising a translation missing error.
- Fixes #19419
+ Fixes #19419.
*Justin Coyne*