From 76e3e3513e9eb6b08cd0d9e5fecafa86e14e5eae Mon Sep 17 00:00:00 2001 From: Kacie Kang <35987382+KacieKK@users.noreply.github.com> Date: Tue, 28 May 2024 18:08:15 -0700 Subject: [PATCH] Update changelog 2024.5.103 (#5935) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa2700d..9448305c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2024.5.103 (28 May 2024) PreRelease + +Notable changes: + +- Bug fix: import side by side in standalone file didn't work [pylance-release#5916](https://github.com/microsoft/pylance-release/issues/5916) +- Bug fix: Pylance reports import Missing in inexistent file when git enabled [pylance-release#5895](https://github.com/microsoft/pylance-release/issues/5895) +- Bug fix: Pylance deletes automatically-added `#` sign when you line break inside a comment [pylance-release#5484](https://github.com/microsoft/pylance-release/issues/5484) + ## 2024.5.102 (23 May 2024) PreRelease Notable changes: