Skip to content

Commit 4aefa32

Browse files
committed
0.6.0 release notes
1 parent bee887c commit 4aefa32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Site settings
22
title: SCSS Compiler in PHP
3-
current_version: 0.5.1
3+
current_version: 0.6.0
44
description: >
55
SCSS compiler written in PHP
66
url: http://leafo.github.io

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ Please submit bug reports and feature requests to the [the issue tracker][3]. Pu
121121

122122
## Changelog
123123

124+
* **0.6.0** -- December 5, 2015
125+
* handle escaped single quotes differently from escaped double quotes in quoted strings
126+
* Compiler: undefined sourceParser when re-using a single Compiler instance
127+
* Parser: `getLineNo()` removed
124128
* **0.5.1** -- November 11, 2015
125129
* {% raw %}@{% endraw %}scssphp-import-once
126130
* avoid notices with custom error handlers that don't check if `error_reporting()` returns 0

0 commit comments

Comments
 (0)