You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## Version 1.13.0 (2025/07/07)
4
4
5
+
### New features
6
+
* Format signatures in docstrings.
7
+
* Add support for type definition.
8
+
* Send websocket payload using a queue.
9
+
* Fix getting symbols with inline comments that include the `import` word.
10
+
* Drop support for Python 3.8
11
+
5
12
### Issues Closed
6
13
7
14
*[Issue 640](https://github.com/python-lsp/python-lsp-server/issues/640) - Should we add `py.typed` marker? ([PR 641](https://github.com/python-lsp/python-lsp-server/pull/641) by [@krassowski](https://github.com/krassowski))
0 commit comments