Updated Changelog

Conflicts:

	CHANGELOG.md
This commit is contained in:
Norman Clarke 2012-05-11 17:31:06 -03:00
parent cda687aaf3
commit 54d4789915
1 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,12 @@
* Fix multiline silent comments: Haml previously did not allow free indentation
inside multline silent comments.
## 3.1.5 (Unreleased)
## 3.1.6 (Unreleased)
* In indented mode, don't reindent buffers that contain preserved tags, and
provide a better workaround for Rails 3.2.3's textarea helpers.
## 3.1.5
* Respect Rails' `html_safe` flag when escaping attribute values
(thanks to [Gerad Suyderhoud](https://github.com/gerad)).