From 359ff0c6c4ed1c10ee577f0f0d7067959521adb6 Mon Sep 17 00:00:00 2001 From: Kacie Kang <35987382+KacieKK@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:30:45 -0700 Subject: [PATCH] Update changelog 2024.8.101 (#6261) --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5f3695..462e5777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2024.8.101 (12 August 2024) PreRelease + +Notable changes: + +- Bug fix: Pylance ins`t accessing fixture from main conftest [pylance-release#6249](https://github.com/microsoft/pylance-release/issues/6249) +- Bug fix: Notification of breaking api change with v1.92 release of VS Code [pylance-release#6115](https://github.com/microsoft/pylance-release/issues/6115) +- Enhancement: Feature request: Support 'go to def' and interacting with inlay hint components [pylance-release#5210](https://github.com/microsoft/pylance-release/issues/5210) +- Bug fix: TypeError: Cannot read properties of undefined (reading 'fileInfo') [pylance-release#6234](https://github.com/microsoft/pylance-release/issues/6234) + ## 2024.8.100 (9 August 2024) PreRelease Notable changes: @@ -7,7 +16,6 @@ Notable changes: - Bug fix: Failed to parse (some) docstrings that contain Markdown code since 2024.6.100 [pylance-release#6225](https://github.com/microsoft/pylance-release/issues/6225) - Bug fix: Sphinx Style Docstring Incorrectly Rendering Nested Parameters Lists [pylance-release#6224](https://github.com/microsoft/pylance-release/issues/6224) - Bug fix: Inline suggestions not working if bracket not closed [pylance-release#6188](https://github.com/microsoft/pylance-release/issues/6188) -- Bug fix: TypeError: Cannot read properties of undefined (reading 'fileInfo') [pylance-release#6234](https://github.com/microsoft/pylance-release/issues/6234) Pylance's copy of Pyright has been updated from 1.1.373 to 1.1.375.