Fix up the changelog.

This commit is contained in:
Nathan Weizenbaum 2011-04-25 14:25:49 -07:00
parent 77895818e5
commit 20b03d28b2
1 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@
* Table of contents
{:toc}
## 3.2.0 (Unreleased)
## 3.1.0
* Don't add a `type` attribute to `<script>` and `<style>` tags generated by filters
when `:format` is set to `:html5`.
@ -14,6 +14,8 @@
or to be always escaped rather than `#escape_once`d.
This can also be used from the command line via `--no-escape-attrs`.
* Allow custom filters to be loaded from the command line.
### Backwards Incompatibilities -- Must Read!
* Get rid of the `--rails` flag for the `haml` executable.
@ -22,10 +24,6 @@
* Drop support for Hpricot 0.7. 0.8 has been out for nearly two years.
## 3.0.26 (Unreleased)
* Allow custom filters to be loaded from the command line.
## 3.0.25
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.25).