Skip to content

Commit

Permalink
v3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch committed Apr 28, 2016
1 parent a6b9dfb commit 476f443
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ worked before.
:star: — some new thing has been added.
:green_apple: — some bad thing has been fixed.

## 28.04.2016, Version 3.2.7

:green_apple: Fixed typos and example in documentation.
:green_apple: Fixed parsing of functions inside urls in SCSS.
:green_apple: Fixed parsing of selectors starting with combinators in Sass, SCSS
and Less.
:green_apple: Fixed incorrect CRLF line numbers.
:green_apple: Fixed parsing of extends that sometimes were incorrectly parsed
as atrules.

## 07.02.2016, Version 3.2.6

:green_apple: Fixed the issue with installation of the package with npm@3.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gonzales-pe",
"description": "Gonzales Preprocessor Edition (fast CSS parser)",
"version": "3.2.6",
"version": "3.2.7",
"homepage": "http://github.com/tonyganch/gonzales-pe",
"bugs": "http://github.com/tonyganch/gonzales-pe/issues",
"license": "MIT",
Expand Down

0 comments on commit 476f443

Please sign in to comment.