Skip to content

Commit 7a2cd5a

Browse files
committed
v0.2.1 release
1 parent c212dc6 commit 7a2cd5a

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.2.0
3+
current_version: 0.2.1
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
@@ -120,6 +120,11 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
120120

121121
## Changelog
122122

123+
* **0.2.1** -- September 5, 2015
124+
* Fix map-get(null)
125+
* Fix nested function definition (variable scoping)
126+
* Fix extend bug with BEM syntax
127+
* Fix selector regression from 0.1.9
123128
* **0.2.0** -- August 25, 2015
124129
* Smaller git archives
125130
* Detect {% raw %}@{% endraw %}import loops

0 commit comments

Comments
 (0)