Skip to content

Commit

Permalink
Prepare for 0.2.0 release and update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Feb 26, 2014
1 parent 64de2b0 commit fd3588a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CSScheme Changelog
==================

~current iteration~
v0.2.0 (2014-02-24)
-------------------

- Added more known_properties to check values against
Expand Down
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[
// README
{
"caption": "README.md",
"caption": "README",
"command": "open_file",
"args": {"file": "${packages}/CSScheme/README.md"}
},
Expand Down
4 changes: 4 additions & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"install": "messages/install.md",
"0.2.0": "messages/0.2.0.md"
}
4 changes: 4 additions & 0 deletions messages/0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added more known_properties to check values against
- Fixed errors when using functions in "unknown" properties (#1)
- Fixed incorrect error messages for empty output from running `sass`
- Fixed unexpected behavior from running `sass` on non-Windows
7 changes: 7 additions & 0 deletions messages/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Thanks for installing CSScheme.

I'm not a fan of duplicated code (or text in this matter), so please check out the readme on the github repo if this is your first installation:

https://github.com/FichteFoll/CSScheme/blob/master/README.md#usage

(Alternatively: "Preferences > Package Settings > CSScheme > README")

0 comments on commit fd3588a

Please sign in to comment.