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

Add a changelog entry about vendor/sass.

This commit is contained in:
Nathan Weizenbaum 2010-10-04 21:09:35 -07:00
parent 6fff0bad5f
commit 8ff191ad36
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,9 @@
* Allow an empty line after `case` but before `when`.
* Remove `vendor/sass`, which snuck into the gem by mistake
and was causing trouble for Heroku users (thanks to [Jacques Crocker](http://railsjedi.com/)).
## 3.0.21
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.21).

View file

@ -3,6 +3,11 @@
* Table of contents
{:toc}
## 3.0.22 (Unreleased)
* Remove `vendor/sass`, which snuck into the gem by mistake
and was causing trouble for Heroku users (thanks to [Jacques Crocker](http://railsjedi.com/)).
## 3.0.21
[Tagged on GitHub](http://github.com/nex3/haml/commit/3.0.21).