render! will properly force rethrow of errors if context is passed as an argument

This commit is contained in:
Thierry Joyal
2014-05-01 16:44:00 +00:00
parent 73098ac5bc
commit ad1152853a
5 changed files with 26 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
## 3.0.0 / not yet released / branch "master"
* ...
* Properly set context rethrow_errors on render! #349 [Thierry Joyal, tjoyal]
* Fix broken rendering of variables which are equal to false, see #345 [Florian Weingarten, fw42]
* Remove ActionView template handler [Dylan Thacker-Smith, dylanahsmith]
* Freeze lots of string literals for new Ruby 2.1 optimization, see #297 [Florian Weingarten, fw42]