-
-
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
f77bdd6
commit ed21269
Showing
1 changed file
with
19 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,19 @@ | ||
v3.2.12 (2019-11-18) | ||
-------------------- | ||
|
||
(Notes not shown on release) | ||
|
||
- Settings: Fix for ST build 4050 (beta) | ||
- Settings: Provide hints for new hidden settings | ||
- Syntax: Support non-deterministic branching keywords; highlighting, indexing | ||
and completions | ||
- Scheme: Support 'glow' font style | ||
- Misc: Add completions for new built-in commands and/or arguments | ||
|
||
- Settings: Fix duplicated settings completions in some situations (@deathaxe, | ||
#259) | ||
- TMPrefs: Fix 'source' scope extending too far in symbol transformations | ||
(#262) | ||
- Scheme: Don't show colorish scopes in completions (#260) | ||
- Misc: Small updates to scope name completions (like adding colorish scopes) | ||
- Settings: Fix widget setting file recognition for hints and linting |