File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 15
15
"3.3.0" : " messages/3.3.0.txt" ,
16
16
"3.4.0" : " messages/3.4.0.txt" ,
17
17
"3.4.1" : " messages/3.4.1.txt" ,
18
- "3.5.0" : " messages/3.5.0.txt"
18
+ "3.5.0" : " messages/3.5.0.txt" ,
19
+ "3.6.0" : " messages/3.6.0.txt"
19
20
}
Original file line number Diff line number Diff line change
1
+ v3.6.0 (2024-01-28)
2
+ -------------------
3
+
4
+ ## Minor changes
5
+
6
+ - Declare support for Python 3.8. (#395, @deathaxe)
7
+ Big shoutouts to @deathaxe for making this possible via Package Control 4.0!
8
+
9
+ ## Trivial changes and fixes
10
+
11
+ - Commands: Add missing `show_panel` arguments (#391, @deathaxe)
12
+ - Scope Data: Small updates to the scope name conventions (@FichteFoll)
13
+ - Syntax: Scope name completions use a more reliable mechanism to re-trigger completions (@FichteFoll)
14
+ - Project: Added an `e` snippet for build systems (@FichteFoll)
15
+ - Build: Improved behavior of auto-complete triggers for variables (@FichteFoll)
16
+ - TM Preferences: Add support for `TM_COMMENT_CASE_INSENSITIVE` added in build 4153 (#392, #394, @mataha)
17
+ - Color Scheme: Don't show `extends` suggestions for a color scheme (@FichteFoll)
18
+ - Syntax: Tone down warning about tabs to a status message (#390, @FichteFoll)
You can’t perform that action at this time.
0 commit comments