mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Updated changelog
This commit is contained in:
parent
e39184a2a1
commit
94ad0deb0c
1 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
## 4.0.1 (Unreleased)
|
||||
|
||||
* Remove Rails 3.2.3+ textarea hack in favor of a more general solution.
|
||||
* Fix some performance regressions.
|
||||
* Fix support for Rails 4 `text_area` helper method.
|
||||
* Fix data attribute flattening with singleton objects.
|
||||
(thanks [Alisdair McDiarmid](https://github.com/alisdair))
|
||||
* Fix support for sass-rails 4.0 beta.
|
||||
(thanks [Ryunosuke SATO](https://github.com/tricknotes))
|
||||
|
||||
|
@ -62,7 +67,7 @@
|
|||
(thanks to [Péter Pál Koszta](https://github.com/koszta))
|
||||
|
||||
* Filters that rely on third-party template engines are now implemented using
|
||||
[Tilt](github.com/rtomayko/tilt). Several new filters have been added, namely
|
||||
[Tilt](http://github.com/rtomayko/tilt). Several new filters have been added, namely
|
||||
SCSS (:scss), LessCSS, (:less), and Coffeescript (:coffee/:coffeescript).
|
||||
|
||||
Though the list of "official" filters is kept intentionally small, Haml comes
|
||||
|
|
Loading…
Reference in a new issue