mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 6.0.9
This commit is contained in:
parent
64f5a88542
commit
6abb15c107
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 6.0.9
|
||||
|
||||
* Support sass-embedded [#1112](https://github.com/haml/haml/issues/1112)
|
||||
|
||||
## 6.0.8
|
||||
|
||||
* Support interpolation in HTML comments, which has not been working since 6.0.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Haml
|
||||
VERSION = '6.0.8'
|
||||
VERSION = '6.0.9'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue