From e1df00460cc56c04bc6386084cd66788d3620b6e Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sun, 28 Jan 2024 22:00:45 +0100 Subject: [PATCH] Add changelog for 3.6.0 --- messages.json | 3 ++- messages/3.6.0.txt | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 messages/3.6.0.txt diff --git a/messages.json b/messages.json index 3b68deb4..4bf02a58 100644 --- a/messages.json +++ b/messages.json @@ -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" } diff --git a/messages/3.6.0.txt b/messages/3.6.0.txt new file mode 100644 index 00000000..25186b00 --- /dev/null +++ b/messages/3.6.0.txt @@ -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)