1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Bump VERSION to 2.2.19.

This commit is contained in:
Nathan Weizenbaum 2010-02-07 00:17:25 -08:00
parent 784b95a60c
commit b12edb30f0
3 changed files with 10 additions and 2 deletions

View file

@ -1 +1 @@
2.2.18 2.2.19

View file

@ -3,7 +3,9 @@
* Table of contents * Table of contents
{:toc} {:toc}
## 2.2.19 (Unreleased) ## 2.2.19
[Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.19).
* Fix a bug with the integration with Rails' XSS support. * Fix a bug with the integration with Rails' XSS support.
In particular, correctly override `safe_concat`. In particular, correctly override `safe_concat`.

View file

@ -3,6 +3,12 @@
* Table of contents * Table of contents
{:toc} {:toc}
## 2.2.19
[Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.18).
There were no changes made to Sass between versions 2.2.18 and 2.2.19.
## 2.2.18 ## 2.2.18
[Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.18). [Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.18).