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.