Update CHANGELOG

Add details of --autoclose command line option.
This commit is contained in:
Matt Wildig 2012-12-15 14:41:58 +00:00
parent 4c17dfa079
commit 9cf27ed182
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
## 3.2.0 (Unreleased)
* The Haml exectutable now accepts an `--autoclose` option. You can now
specify a list of tags that should be autoclosed
* The `:ruby` filter now runs the generated code with a exclusive lock, to
prevent issues with sharing `$stdout` across threads.