Skip to content

Commit bdb08f1

Browse files
committed
Update Changelog
1 parent eb17580 commit bdb08f1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# History of changes
2+
3+
## Version 2.0.0 (2023-12-19)
4+
5+
### New features
6+
7+
* Add support to format indented selections of code. This requires Black 23.11.0+
8+
* Change entrypoint name to be `black`. This changes the options namespace for
9+
this plugin from `pylsp.pylsp_black` to `pylsp.black`.
10+
* Drop support for Python 3.7.
11+
12+
### Issues Closed
13+
14+
* [Issue 42](https://github.com/python-lsp/python-lsp-black/issues/42) - Ineffective range formatting ([PR 52](https://github.com/python-lsp/python-lsp-black/pull/52) by [@remisalmon](https://github.com/remisalmon))
15+
* [Issue 41](https://github.com/python-lsp/python-lsp-black/issues/41) - Configuration key and plugin name mismatch ([PR 39](https://github.com/python-lsp/python-lsp-black/pull/39) by [@chantera](https://github.com/chantera))
16+
17+
In this release 2 issues were closed.
18+
19+
### Pull Requests Merged
20+
21+
* [PR 53](https://github.com/python-lsp/python-lsp-black/pull/53) - Drop support for Python 3.7, by [@ccordoba12](https://github.com/ccordoba12)
22+
* [PR 52](https://github.com/python-lsp/python-lsp-black/pull/52) - Use new `lines` option in Black 23.11 to format range, by [@remisalmon](https://github.com/remisalmon) ([42](https://github.com/python-lsp/python-lsp-black/issues/42))
23+
* [PR 49](https://github.com/python-lsp/python-lsp-black/pull/49) - Read skip options from plugin settings, by [@seruman](https://github.com/seruman)
24+
* [PR 39](https://github.com/python-lsp/python-lsp-black/pull/39) - Change entrypoint name to simply be `black`, by [@chantera](https://github.com/chantera) ([41](https://github.com/python-lsp/python-lsp-black/issues/41))
25+
26+
In this release 4 pull requests were closed.
27+
128
## Version 1.3.0 (2023/05/19)
229

330
### Issues Closed

0 commit comments

Comments
 (0)