mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Add a changelog entry about Rails 2.3.7 support.
This commit is contained in:
parent
ece801bc5d
commit
101729a076
1 changed files with 16 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue