From e8a439f8267b8b304fa38d3343c65af210f334fc Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Tue, 11 Sep 2018 03:37:35 +0200 Subject: [PATCH] Changelog for 3.1.7 --- messages/3.1.2.txt | 2 +- messages/3.1.7.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 messages/3.1.7.txt diff --git a/messages/3.1.2.txt b/messages/3.1.2.txt index 25642302..189f4a3c 100644 --- a/messages/3.1.2.txt +++ b/messages/3.1.2.txt @@ -4,4 +4,4 @@ v3.1.2 (2017-11-08) (Notes not shown on release) * Fix highlighting of `implicit_selection_foreground` in color schemes (@keith-hall) -* Allow symbol transformations without the leading `s` in +* Allow symbol transformations without the leading `s` in `s/pattern/repl/` diff --git a/messages/3.1.7.txt b/messages/3.1.7.txt new file mode 100644 index 00000000..d0fd1ebe --- /dev/null +++ b/messages/3.1.7.txt @@ -0,0 +1,15 @@ +v3.1.7 (2018-09-11) +------------------- + +* Add command to open a new project with a package ("PackageDev: Open Package") +* Make edit setting phantom background transparent (@deathaxe) + + +Notes from earlier releases that weren't shown: + +* Add template for color scheme +* Various fixes for color scheme completions +* Highlighting and completions for new (3158) keys in color schemes (@keith-hall), + projects (@ehuss) and build systems (@keith-hall) +* Skip whitespace when completing syntax tests (@keith-hall) +* Other small fixes (@keith-hall, @deathaxe)