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:
parent
eeacd205ea
commit
09c37489f3
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
|
||||
## [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
|
||||
weren't made available when simply included in {Sass::Script::Functions}
|
||||
({Sass::Script::Functions Functions} needed to be re-included in
|
||||
|
|
Loading…
Add table
Reference in a new issue