Skip to content

Commit e1df004

Browse files
committed
Add changelog for 3.6.0
1 parent 9b97ab8 commit e1df004

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"3.3.0": "messages/3.3.0.txt",
1616
"3.4.0": "messages/3.4.0.txt",
1717
"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"
1920
}

messages/3.6.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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)

0 commit comments

Comments
 (0)