Skip to content

Commit

Permalink
Update changelog and readme for 2024.2.101 (#5476)
Browse files Browse the repository at this point in the history
* Update changelog

* Update readme for new setting
  • Loading branch information
rchiodo committed Feb 15, 2024
1 parent dbe206c commit ff6953b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2024.2.101 (15 February 2024) PreRelease

Notable changes:

- Bug fix: Support cancellation in the browser when COI is turned off [pylance-release#5473](https://github.com/microsoft/pylance-release/issues/5473)
- Enhancement: Add `Change spelling to` code action similar to what typescript provide [pylance-release#5467](https://github.com/microsoft/pylance-release/issues/5467)
- Bug fix: `region` at the start of a normal comment triggers error about `endregion` being missing [pylance-release#3857](https://github.com/microsoft/pylance-release/issues/3857)

## 2024.2.100 (13 February 2024) PreRelease

Notable changes:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ def test_foo(my_fixture: str):...
- `true`
- `false` (default)
- `python.analysis.addImport.heuristics`
- Offers experimental heuristics in `add import` code actions
- Accepted values:
- `true`
- `false` (default)
# Semantic highlighting
Expand Down

0 comments on commit ff6953b

Please sign in to comment.