diff --git a/CHANGELOG.md b/CHANGELOG.md index d90adaa..1fa2700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2024.5.102 (23 May 2024) PreRelease + +Notable changes: + +- Bug fix: Show Type Hierarchy shows no results for types declared in notebooks [pylance-release#5832](https://github.com/microsoft/pylance-release/issues/5832) +- Bug fix: Files to analyze count is wrong for notebooks [pylance-release#5173](https://github.com/microsoft/pylance-release/issues/5173) +- Bug fix: Attributes not recognized when using `converters` in `attrs` module [pylance-release#5391](https://github.com/microsoft/pylance-release/issues/5391) + +Pylance's copy of Pyright has been updated from 1.1.362 to 1.1.364. + +- See Pyright's release notes for details: [1.1.363](https://github.com/microsoft/pyright/releases/tag/1.1.363), [1.1.364](https://github.com/microsoft/pyright/releases/tag/1.1.364) + ## 2024.5.101 (16 May 2024) PreRelease Notable changes: