|
@@ -8,9 +8,12 @@ Standards](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File)
|
|
|
|
|
|
* Fix issue with generated code for `for` loops (#167).
|
|
|
|
|
|
-* Fix issue with using keywords as attributes (#177).
|
|
|
+* Fix issue with using keywords as attributes (#177), or as variables (#194).
|
|
|
|
|
|
* Fix issue when including multiple templates extending a common base template (#176).
|
|
|
|
|
|
* New `w` option for toggling compile time warnings. Currently, there is only one, `non_block_tag`,
|
|
|
which is triggered on any non-block data in an extends-template.
|
|
|
+
|
|
|
+* Add missing features to the `cycle` tag (#195) (still missing
|
|
|
+ independtly stepping the cycle value).
|