Skip to content

Commit

Permalink
Update changelog 2025.1.100 (#6855)
Browse files Browse the repository at this point in the history
  • Loading branch information
heejaechang authored Jan 16, 2025
1 parent 4e9bdd1 commit 5c9c35b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2025.1.100 (15 January 2025) PreRelease

Notable changes:

- Bug fix: importing class from wrong module [pylance-release#6843](https://github.com/microsoft/pylance-release/issues/6843)
- Bug fix: "generateDocstring" in AI code action doesn't automatically pop [pylance-release#6766](https://github.com/microsoft/pylance-release/issues/6766)
- Bug fix: NewType is not indexed [pylance-release#6601](https://github.com/microsoft/pylance-release/issues/6601)
- Enhancement: Add semantic token modifiers to callable variables. [pylance-release#5841](https://github.com/microsoft/pylance-release/issues/5841)
- Enhancement: Syntax highlighting for PEP 695: Type Parameter Syntax [pylance-release#5541](https://github.com/microsoft/pylance-release/issues/5541)
- Enhancement: Improve semantic highlighting of `TypeAlias` [pylance-release#3100](https://github.com/microsoft/pylance-release/issues/3100)
- Bug fix: Final annotation is not recognized across notebook cells [pylance-release#6455](https://github.com/microsoft/pylance-release/issues/6455)

Pylance's copy of Pyright has been updated from 1.1.390 to 1.1.392.

- See Pyright's release notes for details: [1.1.391](https://github.com/microsoft/pyright/releases/tag/1.1.391), [1.1.392](https://github.com/microsoft/pyright/releases/tag/1.1.392)

## 2024.12.100 (16 December 2024) PreRelease

Notable changes:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,10 @@ Pylance provides users with the ability to customize their Python language suppo
- `python.analysis.aiCodeActions`
- Enable/disable AI-assisted code actions. Requires the Copilot Chat extension to be enabled.
- This setting accepts objects where the keys are the available AI-assisted code actions, and the values are `true` or `false` to enable or disable each action.
- Available code actions to use as keys: `implementAbstractClasses`.
- Available code actions to use as keys:
- `implementAbstractClasses`
- `generateDocstring`
- `generateSymbol`
- Example:
```json
{
Expand Down

0 comments on commit 5c9c35b

Please sign in to comment.