Skip to content

Commit e9d025b

Browse files
committed
Changelog for 3.2.2
1 parent 2e7f416 commit e9d025b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"3.0.1": "messages/3.0.1.txt",
99
"3.1.0": "messages/3.1.0.txt",
1010
"3.1.7": "messages/3.1.7.txt",
11-
"3.2.0": "messages/3.2.0.txt"
11+
"3.2.0": "messages/3.2.0.txt",
12+
"3.2.2": "messages/3.2.2.txt"
1213
}

messages/3.2.2.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
v3.2.2 (2019-01-15)
2+
-------------------
3+
4+
* Added a command to edit the currently active color scheme in a User override (#200)
5+
* Auto-completions now work in cloned files (#142)
6+
* Syntax: Fixed highlighting of multi-push statements and provide completions (@deathaxe, #209)
7+
* Syntax: Added input helpers for `:` and `-` (@deathaxe, #212)
8+
* Settings: Added proper setting sources for widget settings (#206)
9+
10+
Small changes:
11+
12+
* The bundled sublime_lib has been removed and replaced with an actual dependency:
13+
<https://github.com/SublimeText/sublime_lib#readme>
14+
* Fixed wrong arg in the menu template (@calculuswhiz, #207)
15+
* Syntax Tests: Extend test range in completions as far as possible (@Thom1729, #202)
16+
* Syntax: Added `first_line_match` completion (@deathaxe, #214)
17+
* Settings: Added more undocumented settings hints
18+
* Themes: Support new attributes for VCS-aware sidebar
19+
20+
21+
Notes from earlier releases that weren't shown:
22+
23+
* Themes: Allow more values for certain keys (#198, #199)
24+
* Themes: `highlight_colour` was an upstream misspelling of `highlight_color`
25+
* Settings: Consider `Base File.sublime-settings` files for default Preferences (#196)
26+
* Schemes: Fix mis-scoped completions (@deathaxe, #194)

0 commit comments

Comments
 (0)