Skip to content

Commit 1a5ef44

Browse files
authored
Update Changelog for 1.1.1 (#24)
1 parent 2e41478 commit 1a5ef44

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# History of changes
22

3+
## Version 1.1.1 (2023/09/09)
4+
5+
### Issues Closed
6+
7+
* [Issue 18](https://github.com/python-lsp/python-lsp-jsonrpc/issues/18) - No license included in package metadata ([PR 19](https://github.com/python-lsp/python-lsp-jsonrpc/pull/19) by [@thejcannon](https://github.com/thejcannon))
8+
9+
In this release 1 issue was closed.
10+
11+
### Pull Requests Merged
12+
13+
* [PR 23](https://github.com/python-lsp/python-lsp-jsonrpc/pull/23) - Remove redundant wheel dep from pyproject.toml, by [@mgorny](https://github.com/mgorny)
14+
* [PR 19](https://github.com/python-lsp/python-lsp-jsonrpc/pull/19) - Add license trove classifier, by [@thejcannon](https://github.com/thejcannon) ([18](https://github.com/python-lsp/python-lsp-jsonrpc/issues/18))
15+
16+
In this release 2 pull requests were closed.
17+
18+
----
19+
320
## Version 1.1.0 (2023/09/07)
421

22+
## New features
23+
24+
* Allow method handlers to return json rpc errors
25+
* Drop support for Python 3.7 and 3.6
26+
527
### Issues Closed
628

729
* [Issue 11](https://github.com/python-lsp/python-lsp-jsonrpc/issues/11) - Drop support for Python 3.6 ([PR 16](https://github.com/python-lsp/python-lsp-jsonrpc/pull/16) by [@ccordoba12](https://github.com/ccordoba12))

0 commit comments

Comments
 (0)