Skip to content

Commit 5db370f

Browse files
committed
0.6.6 changelog
1 parent f12ece8 commit 5db370f

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

index.md

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

122122
## Changelog
123123

124+
* **0.6.6** -- September 10, 2016
125+
* Do not extend decorated tags with another tag (FMCorz)
126+
* Merge shared direct relationship when extending (FMCorz)
127+
* Extend resolution was generating invalid selectors (FMCorz)
128+
* Resolve function arguments using mixin content scope (FMCorz)
129+
* Let {% raw %}@{% endraw %}content work when a block isn’t passed in. (diemer)
124130
* **0.6.5** -- June 20, 2016
125131
* ignore BOM (nwiborg)
126132
* fix another mixin and variable scope issue (mahagr)

0 commit comments

Comments
 (0)