Update the changelogs.

This commit is contained in:
Nathan Weizenbaum 2009-07-20 01:45:22 -07:00
parent f730f37f90
commit 38362cbe5c
2 changed files with 19 additions and 0 deletions

View File

@ -3,6 +3,19 @@
* Table of contents
{:toc}
## [2.2.2](http://github.com/nex3/haml/commit/2.2.2)
Haml 2.2.2 is a minor bugfix release, with several notable changes.
First, {file:Haml/Helpers.html#haml_concat-instance_method `haml_concat`}
will now raise an error when used with `=`.
This has always been incorrect behavior,
and in fact has never actually worked.
The only difference is that now it will fail loudly.
Second, Ruby 1.9 is now more fully supported,
especially with the {file:HAML_REFERENCE#htmlstyle_attributes_ new attribute syntax}.
Third, filters are no longer escaped when the {file:HAML_REFERENCE#escape_html-option `:escape_html` option}
is enabled and `#{}` interpolation is used.
## [2.2.1](http://github.com/nex3/haml/commit/2.2.1)
Haml 2.2.1 is a minor bug-fix release.

View File

@ -3,6 +3,12 @@
* Table of contents
{:toc}
## [2.2.2](http://github.com/nex3/haml/commit/2.2.2)
Sass 2.2.2 is a minor bug-fix release.
Notable changes include better parsing of mixin definitions and inclusions
and better support for Ruby 1.9.
## [2.2.1](http://github.com/nex3/haml/commit/2.2.1)
Sass 2.2.1 is a minor bug-fix release.