1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Note upcoming feature haml_tag_if

This commit is contained in:
Nathan Long 2015-05-05 12:17:38 -04:00
parent b09e4589ad
commit d564068e3a

View file

@ -17,6 +17,7 @@
* Add a tracing option. When enabled, Haml will output a data-trace attribute on each tag showing the path * Add a tracing option. When enabled, Haml will output a data-trace attribute on each tag showing the path
to the source Haml file from which it was generated. Thanks [Alex Babkin](https://github.com/ababkin). to the source Haml file from which it was generated. Thanks [Alex Babkin](https://github.com/ababkin).
* Fix #@foo and #$foo style interpolation that was not working in html_safe mode. (Akira Matsuda) * Fix #@foo and #$foo style interpolation that was not working in html_safe mode. (Akira Matsuda)
* Add `haml_tag_if` to render a block, conditionally wrapped in another element (Matt Wildig)
## 4.0.6 ## 4.0.6