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

[Sass] Add a changelog entry for previous.

This commit is contained in:
Nathan Weizenbaum 2009-12-24 11:38:29 -08:00
parent eeacd205ea
commit 09c37489f3

View file

@ -5,6 +5,11 @@
## [2.2.16](http://github.com/nex3/haml/commit/2.2.16) ## [2.2.16](http://github.com/nex3/haml/commit/2.2.16)
* Fixed error-reporting when something goes wrong when loading Sass
using the `sass` executable.
This used to raise a NameError because `Sass::SyntaxError` wasn't defined.
Now it'll raise the correct exception instead.
* Fixed a bug where modules containing user-defined Sass functions * Fixed a bug where modules containing user-defined Sass functions
weren't made available when simply included in {Sass::Script::Functions} weren't made available when simply included in {Sass::Script::Functions}
({Sass::Script::Functions Functions} needed to be re-included in ({Sass::Script::Functions Functions} needed to be re-included in