Skip to content

Commit

Permalink
Add changelog for 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Mar 5, 2015
1 parent 4ed8277 commit 0b94c0b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions messages/1.0.5.txt
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.

0 comments on commit 0b94c0b

Please sign in to comment.