From a997d16b50b4819a134f03817056bb446815e914 Mon Sep 17 00:00:00 2001 From: Joe Kelk Date: Thu, 29 Nov 2012 12:56:57 +0000 Subject: [PATCH] Added changelog for 0.5.3. --- changelogs/0.5.3.txt | 13 +++++++++++++ messages.json | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 changelogs/0.5.3.txt diff --git a/changelogs/0.5.3.txt b/changelogs/0.5.3.txt new file mode 100644 index 0000000..e52dd40 --- /dev/null +++ b/changelogs/0.5.3.txt @@ -0,0 +1,13 @@ +CoffeeScript-Sublime-Plugin 0.5.2 Changelog + +Fixes + +- Several syntax highlighting issues. +- Respect noWrapper setting when compiling. + +Enhancements + +- Added a build variant to quickly display the output of the current + script via (ctrl+shift+B or cmd+shift+B). +- CSON files are now recognised. +- Go To Symbol improvements (see: http://i.stack.imgur.com/2vssw.png). diff --git a/messages.json b/messages.json index 4e3c83b..dd61a60 100644 --- a/messages.json +++ b/messages.json @@ -1,4 +1,5 @@ { "0.5.1": "changelogs/0.5.1.txt", - "0.5.2": "changelogs/0.5.2.txt" + "0.5.2": "changelogs/0.5.2.txt", + "0.5.3": "changelogs/0.5.3.txt" }