From c5daf8fe3bb7255b6fdd74124268df1f413a6702 Mon Sep 17 00:00:00 2001 From: Erik De Bonte Date: Fri, 1 Dec 2023 17:08:35 -0800 Subject: [PATCH] Changelog (#5198) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d19c71e2..e85ea8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2023.12.102 (1 December 2023) PreRelease + +Notable changes: + +- Bug fix: [Linux] GoTo definition performs symlink resolution [pylance-release#5136](https://github.com/microsoft/pylance-release/issues/5136) +- Bug fix: Auto-indent indents unexpectedly in "in between comments" scenario [pylance-release#5100](https://github.com/microsoft/pylance-release/issues/5100) +- Bug fix: Auto indentation doesn't work when hitting enter in a class method [pylance-release#5098](https://github.com/microsoft/pylance-release/issues/5098) +- Bug fix: Rename symbol in a symbolic py file opens source file [pylance-release#5030](https://github.com/microsoft/pylance-release/issues/5030) + ## 2023.11.13 (15 November 2023) PreRelease Notable changes: