Skip to content

Commit f12ece8

Browse files
committed
Update 0.6.5 release notes
1 parent 5c43bbb commit f12ece8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.6.4
3+
current_version: 0.6.5
44
description: >
55
SCSS compiler written in PHP
66
url: http://leafo.github.io

index.md

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

122122
## Changelog
123123

124+
* **0.6.5** -- June 20, 2016
125+
* ignore BOM (nwiborg)
126+
* fix another mixin and variable scope issue (mahagr)
127+
* Compiler: coerceValue support for #rgb values (thesjg)
128+
* preserve un-normalized variable name for error message (kissifrot)
124129
* **0.6.4** -- June 15, 2016
125130
* parsing multiple assignment flags (Limych)
126131
* {% raw %}@{% endraw %}warn should not write to stdout (atomicalnet)

0 commit comments

Comments
 (0)