mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Add a note in the changelog about the haml-spec integration.
This commit is contained in:
parent
7bf25c4e30
commit
7cb31385bc
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ in the generated class and id.
|
|||
The Haml executable now has a `--double-quote-attributes` option (short form: `-q`)
|
||||
that causes attributes to use a double-quote mark rather than single-quote.
|
||||
|
||||
### `haml-spec` Integration
|
||||
|
||||
We've added the cross-implementation tests from the [haml-spec](http://github.com/norman/haml-spec) project
|
||||
to the standard Haml test suite, to be sure we remain compatible with the base functionality
|
||||
of the many and varied [Haml implementations](http://en.wikipedia.org/wiki/Haml#Implementations).
|
||||
|
||||
## 2.2.5
|
||||
|
||||
* Got rid of trailing whitespace produced when opening a conditional comment
|
||||
|
|
Loading…
Add table
Reference in a new issue