I've just released Haml and Sass 2.2.17. As usual, the changelogs can be
found at http://haml-lang.com/docs/yardoc/file.HAML_CHANGELOG.html and
http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html .

There are several nice changes in this release, but one thing in particular
Sass users should note: the behavior of @import when the argument doesn't
have an extension is going to change slightly in a future release, and as
such a deprecation warning is being issued.It used to be the case that
"@import foo" rendered as "@import url(foo.css);" if no foo.sass file could
be found. In the future, this will raise an error instead. In 2.2.17, it
just prints a warning. The motivation for this is to avoid having that form
of import be used with the goal of importing a Sass file, and having it fail
silently.

Finally, as an experiment, I haven't pushed this release to Rubyforge. It's
only been released to gemcutter. If this doesn't work for anyone, let me
know and I'll start pushing again.
--
You received this message because you are subscribed to the Google Groups "Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to