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

Merge pull request #539 from drewda/patch-1

3.1.6 has been released
This commit is contained in:
Norman Clarke 2012-05-23 13:59:06 -07:00
commit 67e23d80c1

View file

@ -50,7 +50,7 @@
* Fix multiline silent comments: Haml previously did not allow free indentation
inside multline silent comments.
## 3.1.6 (Unreleased)
## 3.1.6
* In indented mode, don't reindent buffers that contain preserved tags, and
provide a better workaround for Rails 3.2.3's textarea helpers.