Skip to content

Commit

Permalink
Push 1.0.2.txt as changelog (won't be displayed)
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jan 23, 2015
1 parent 1f05aa1 commit fbf632b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions messages/1.0.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
v1.0.2
------

(This is mostly a bug fix release and this message won't be displayed in
Package Control. A changelog has been added however.)


* 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


== Changes to sublime_lib (interesting for developers) ==

+ Added `auto_show` parameter to `OutputPanel`'s `__init__`
+ Added `view.OutputPanel.append()`
+ `view.OutputPanel()` can now be used as a context manager and runs
`.finish()` on exit
+ Added `edit.Edit.append()` and made parameters for callback signatures
optional

0 comments on commit fbf632b

Please sign in to comment.