Skip to content

Commit

Permalink
Add changelog for 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jan 28, 2024
1 parent 9b97ab8 commit e1df004
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"3.3.0": "messages/3.3.0.txt",
"3.4.0": "messages/3.4.0.txt",
"3.4.1": "messages/3.4.1.txt",
"3.5.0": "messages/3.5.0.txt"
"3.5.0": "messages/3.5.0.txt",
"3.6.0": "messages/3.6.0.txt"
}
18 changes: 18 additions & 0 deletions messages/3.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
v3.6.0 (2024-01-28)
-------------------

## Minor changes

- Declare support for Python 3.8. (#395, @deathaxe)
Big shoutouts to @deathaxe for making this possible via Package Control 4.0!

## Trivial changes and fixes

- Commands: Add missing `show_panel` arguments (#391, @deathaxe)
- Scope Data: Small updates to the scope name conventions (@FichteFoll)
- Syntax: Scope name completions use a more reliable mechanism to re-trigger completions (@FichteFoll)
- Project: Added an `e` snippet for build systems (@FichteFoll)
- Build: Improved behavior of auto-complete triggers for variables (@FichteFoll)
- TM Preferences: Add support for `TM_COMMENT_CASE_INSENSITIVE` added in build 4153 (#392, #394, @mataha)
- Color Scheme: Don't show `extends` suggestions for a color scheme (@FichteFoll)
- Syntax: Tone down warning about tabs to a status message (#390, @FichteFoll)

0 comments on commit e1df004

Please sign in to comment.