Skip to content

Commit 4c0e99b

Browse files
authored
Update changelog for 1.11.0 (#544)
1 parent 803bb88 commit 4c0e99b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# History of changes
22

3+
## Version 1.11.0 (2024/03/29)
4+
5+
### New features
6+
7+
* Remove the `rope_rename` plugin. People that were using it need to install
8+
the `pylsp-rope` third-party plugin instead.
9+
* Add support for Pylint 3.1
10+
11+
### Issues Closed
12+
13+
* [Issue 255](https://github.com/python-lsp/python-lsp-server/issues/255) - Confusion about rename support ([PR 515](https://github.com/python-lsp/python-lsp-server/pull/515) by [@doolio](https://github.com/doolio))
14+
15+
In this release 1 issue was closed.
16+
17+
### Pull Requests Merged
18+
19+
* [PR 543](https://github.com/python-lsp/python-lsp-server/pull/543) - Bump pylint to `>=3.1,<4`, by [@bnavigator](https://github.com/bnavigator)
20+
* [PR 541](https://github.com/python-lsp/python-lsp-server/pull/541) - Add fallback for `ujson` import, by [@Savalek](https://github.com/Savalek)
21+
* [PR 538](https://github.com/python-lsp/python-lsp-server/pull/538) - Remove `.config/flake8` reference in Readme, by [@justin-f-perez](https://github.com/justin-f-perez)
22+
* [PR 536](https://github.com/python-lsp/python-lsp-server/pull/536) - Fix isort plugin name in Readme, by [@Piraty](https://github.com/Piraty)
23+
* [PR 515](https://github.com/python-lsp/python-lsp-server/pull/515) - Remove built-in `rope_rename` plugin, by [@doolio](https://github.com/doolio) ([255](https://github.com/python-lsp/python-lsp-server/issues/255))
24+
* [PR 470](https://github.com/python-lsp/python-lsp-server/pull/470) - Add contributing guide to setup dev environment, by [@staticf0x](https://github.com/staticf0x)
25+
26+
In this release 6 pull requests were closed.
27+
28+
----
29+
330
## Version 1.10.1 (2024/03/12)
431

532
### Issues Closed

0 commit comments

Comments
 (0)