Skip to content

Commit

Permalink
Changelog for 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jan 15, 2019
1 parent 2e7f416 commit e9d025b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"3.0.1": "messages/3.0.1.txt",
"3.1.0": "messages/3.1.0.txt",
"3.1.7": "messages/3.1.7.txt",
"3.2.0": "messages/3.2.0.txt"
"3.2.0": "messages/3.2.0.txt",
"3.2.2": "messages/3.2.2.txt"
}
26 changes: 26 additions & 0 deletions messages/3.2.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
v3.2.2 (2019-01-15)
-------------------

* Added a command to edit the currently active color scheme in a User override (#200)
* Auto-completions now work in cloned files (#142)
* Syntax: Fixed highlighting of multi-push statements and provide completions (@deathaxe, #209)
* Syntax: Added input helpers for `:` and `-` (@deathaxe, #212)
* Settings: Added proper setting sources for widget settings (#206)

Small changes:

* The bundled sublime_lib has been removed and replaced with an actual dependency:
<https://github.com/SublimeText/sublime_lib#readme>
* Fixed wrong arg in the menu template (@calculuswhiz, #207)
* Syntax Tests: Extend test range in completions as far as possible (@Thom1729, #202)
* Syntax: Added `first_line_match` completion (@deathaxe, #214)
* Settings: Added more undocumented settings hints
* Themes: Support new attributes for VCS-aware sidebar


Notes from earlier releases that weren't shown:

* Themes: Allow more values for certain keys (#198, #199)
* Themes: `highlight_colour` was an upstream misspelling of `highlight_color`
* Settings: Consider `Base File.sublime-settings` files for default Preferences (#196)
* Schemes: Fix mis-scoped completions (@deathaxe, #194)

0 comments on commit e9d025b

Please sign in to comment.