-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ed8277
commit 0b94c0b
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
v1.0.5 (2015-03-06) | ||
------------------- | ||
|
||
* Few fixes for syntax definitions, e.g. \" escape sequence in key maps | ||
* Now bundles default settings for YAML syntax definitions (including | ||
`auto_complete_triggers` and `tab_width`) | ||
|
||
|
||
A few bugfix releases have been published previously without showing the | ||
changelog. They are included below: | ||
|
||
* The build process is now aborted early if errors from the loader and dumper | ||
are detected. Especially useful if you were using the "Convert ... and | ||
rearrange YAML def" command and were working with an invalid source file. | ||
* Fixed escaped backslashes in sublime settings syntax | ||
~ File conversion now saves the file before building (and fails when saving | ||
does) | ||
* Stop the build if the user closed the "select target format" panel | ||
* Some minor bugfixes | ||
|
||
For changes to the sublime_lib (which are largely uninteresting), refer to the | ||
more verbose messages in the package, e.g. on github. |