[Haml] Add a changelog entry about Rails 2.3.7 support.

This commit is contained in:
Nathan Weizenbaum 2010-05-24 02:26:13 -07:00
parent ece801bc5d
commit 101729a076
1 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,22 @@
* Table of contents
{:toc}
## 3.0.6 (Unreleased)
### Rails 2.3.7 Support
This release fully supports Rails 2.3.7.
### Rails 2.3.6 Support Removed
Rails 2.3.6 was released with various bugs related to XSS-protection
and interfacing with Haml.
Rails 2.3.7 was released shortly after with fixes for these bugs.
Thus, Haml no longer supports Rails 2.3.6,
and anyone using it should upgrade to 2.3.7.
Attempting to use Haml with Rails 2.3.6 will cause an error.
## 3.0.5
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.5).