Add changelog entries for previous commit.

This commit is contained in:
Nathan Weizenbaum 2009-09-23 02:38:52 -07:00
parent 772a535b0f
commit 851eee821e
2 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,10 @@
* Made the error message when unable to load a dependency for html2haml
respect the `--trace` option.
* Don't crash when the `__FILE__` constant of a Ruby file is a relative path,
as apparently happens sometimes in TextMate
(thanks to [Karl Varga](http://github.com/kjvarga).
## [2.2.5](http://github.com/nex3/haml/commit/2.2.5)
* Got rid of trailing whitespace produced when opening a conditional comment

View File

@ -3,6 +3,12 @@
* Table of contents
{:toc}
## 2.2.6 (Unreleased)
* Don't crash when the `__FILE__` constant of a Ruby file is a relative path,
as apparently happens sometimes in TextMate
(thanks to [Karl Varga](http://github.com/kjvarga).
## [2.2.5](http://github.com/nex3/haml/commit/2.2.5)
There were no changes made to Sass between versions 2.2.4 and 2.2.5.