Skip to content

Commit ed26353

Browse files
committed
0.3.0 release
1 parent f1bc6d9 commit ed26353

File tree

2 files changed

+3
-2
lines changed

2 files changed

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

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
120120

121121
## Changelog
122122

123-
* **0.3.0** -- TBD
123+
* **0.3.0** -- September 6, 2015
124124
* Compiler getParsedFiles() now returns a map of each imported files and their corresponding timestamps
125125
* Fix scope bug with {% raw %}@{% endraw %}each
126+
* Fix multiple variable scope bugs
126127
* **0.2.1** -- September 5, 2015
127128
* Fix map-get(null)
128129
* Fix nested function definition (variable scoping)

0 commit comments

Comments
 (0)