Skip to content

Commit fdc7084

Browse files
committed
Update changelog
1 parent c35cc13 commit fdc7084

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# History of changes
22

3+
## Version 1.3.0 (2021-11-22)
4+
5+
### New features
6+
7+
* Create a cache for code snippets to speed up completions.
8+
9+
### Important changes
10+
11+
* Option `jedi_completion.resolve_at_most_labels` was renamed to `jedi_completion.resolve_at_most`
12+
because now it controls how many labels and snippets will be resolved per request.
13+
* Option `jedi_completion.cache_labels_for` was renamed to `jedi_completion.cache_for` because now
14+
it controls the modules for which labels and snippets should be cached.
15+
* Update requirements on Pylint, flake8, pycodestyle, pyflakes and autopep8.
16+
17+
### Pull Requests Merged
18+
19+
* [PR 112](https://github.com/python-lsp/python-lsp-server/pull/112) - Fix another test with Python 3.10, by [@jspricke](https://github.com/jspricke)
20+
* [PR 111](https://github.com/python-lsp/python-lsp-server/pull/111) - Use sys.executable in flake8 plugin to make tests pass on systems that don't provide a python link, by [@0-wiz-0](https://github.com/0-wiz-0)
21+
* [PR 108](https://github.com/python-lsp/python-lsp-server/pull/108) - Fix test with Python 3.10, by [@jspricke](https://github.com/jspricke)
22+
* [PR 102](https://github.com/python-lsp/python-lsp-server/pull/102) - Update requirements on flake8 and its dependencies, by [@ccordoba12](https://github.com/ccordoba12)
23+
* [PR 99](https://github.com/python-lsp/python-lsp-server/pull/99) - Adjust readme to pylsp-mypy rename, by [@chaoflow](https://github.com/chaoflow)
24+
* [PR 94](https://github.com/python-lsp/python-lsp-server/pull/94) - Unpin Pylint, by [@bnavigator](https://github.com/bnavigator)
25+
* [PR 83](https://github.com/python-lsp/python-lsp-server/pull/83) - Create a cache for snippets, by [@ccordoba12](https://github.com/ccordoba12)
26+
27+
In this release 7 pull requests were closed.
28+
29+
----
30+
331
## Version 1.2.4 (2021-10-11)
432

533
### Pull Requests Merged

0 commit comments

Comments
 (0)