Add error messages for missing variables when :strict

This commit is contained in:
Daniel Gaiottino
2014-05-06 16:12:46 +02:00
parent 6a1c3cff1a
commit 2bac6267f9
3 changed files with 25 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
## 3.0.0 / not yet released / branch "master"
* ...
* Add error messages for missing variables when :strict, see #352 [Daniel Gaiottino]
* 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]