Skip to content

Commit

Permalink
Prepare 2.8.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 10, 2012
1 parent 294a3f5 commit f81f536
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ variables, mixins, operations and functions.

If the `less` gem is available to your application, you can use LESS
to write CSS assets in Sprockets. Note that the LESS compiler is
written in JavaScript and the `less` gem (on MRI) uses `therubyracer`
written in JavaScript and the `less` gem (on MRI) uses `therubyracer`
which embeds the V8 JavaScript runtime in Ruby, while on JRuby you're
going to need `therubyrhino` gem installed.

Expand Down Expand Up @@ -361,6 +361,11 @@ submit a pull request.

## Version History ##

**2.8.2** (December 10, 2012)

* Fixed top level Sass constant references
* Fixed manifest logger when environment is disabled

**2.8.1** (October 31, 2012)

* Fixed Sass importer bug
Expand Down

0 comments on commit f81f536

Please sign in to comment.