From c85292a1700ac84a8f3a0284b62479fc27ec64d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Sun, 14 Apr 2024 13:24:15 +0200 Subject: [PATCH] tweak release message --- messages.json | 1 + messages/2.0.0.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/messages.json b/messages.json index 58ed88d9f..0642f38a7 100644 --- a/messages.json +++ b/messages.json @@ -36,5 +36,6 @@ "1.7.0": "messages/1.7.0.txt", "1.8.0": "messages/1.8.0.txt", "1.9.0": "messages/1.9.0.txt", + "2.0.0": "messages/2.0.0.txt", "install": "messages/install.txt" } diff --git a/messages/2.0.0.txt b/messages/2.0.0.txt index cf792ae06..7daf4dfca 100644 --- a/messages/2.0.0.txt +++ b/messages/2.0.0.txt @@ -1,7 +1,7 @@ => 2.0.0 -⚠️ To ensure that everything works properly after LSP package is updated, it's strongly recommended to restart -Sublime Text once it finishes updating all packages. ⚠️ +⚠️ Sublime Text will need to be restarted **more than once** for things to work properly. ⚠️ # Breaking changes -- We are transitioning LSP and LSP-* packages from Python 3.3 to Python 3.8. + +- LSP and LSP-* packages are transitioning from Python 3.3 to Python 3.8.