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

Merge branch 'stable'

Conflicts:
	VERSION
	doc-src/HAML_CHANGELOG.md
	doc-src/SASS_CHANGELOG.md
This commit is contained in:
Nathan Weizenbaum 2009-10-11 15:55:01 -07:00
commit 97b9dd8378
2 changed files with 5 additions and 1 deletions

View file

@ -29,7 +29,7 @@ Haml and `html2haml` now produce more descriptive errors
when given a template with invalid byte sequences for that template's encoding,
including the line number and the offending character.
## 2.2.8 (Unreleased)
## [2.2.8](http://github.com/nex3/haml/commit/2.2.8)
* Fixed a potential XSS issue with HTML escaping and wacky Unicode nonsense.
This is the same as [the issue fixed in Rails](http://groups.google.com/group/rubyonrails-security/browse_thread/thread/48ab3f4a2c16190f) a bit ago.

View file

@ -34,6 +34,10 @@ Several bug fixes and minor improvements have been made, including:
* Displaying the expected strings as strings rather than regular expressions
whenever possible.
## [2.2.8](http://github.com/nex3/haml/commit/2.2.8)
There were no changes made to Sass between versions 2.2.7 and 2.2.8.
## [2.2.7](http://github.com/nex3/haml/commit/2.2.7)
There were no changes made to Sass between versions 2.2.6 and 2.2.7.