From 1a49277ed3bb7fc07282f42d6bd9899b29ab0c3c Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Fri, 28 Jul 2023 14:20:34 -0700 Subject: [PATCH] Update changelog for hotfix (#4665) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ee9d7c..a081c39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2023.7.42 (28 July 2023) PreRelease + +Notable changes: + +- Bug fix: Unexpected "importSourceResolveFailure" [pylance-release#4653](https://github.com/microsoft/pylance-release/issues/4653) +- Bug fix: AddExtraPath was broken by the rule change for import resolve errors [pylance-release#4651](https://github.com/microsoft/pylance-release/issues/4651) + ## 2023.7.41 (26 July 2023) PreRelease Notable changes: