Skip to content

Commit bc1095f

Browse files
authored
Update changelog for 1.14.0 (#691)
1 parent 443fc14 commit bc1095f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
## Version 1.14.0 (2025/12/06)
4+
5+
### New features
6+
* Add `pylsp.signature.include_docstring` to hide docstring in signatures.
7+
* Add support for Pylint 4.
8+
* Fix support for Python 3.14.
9+
10+
### Pull Requests Merged
11+
12+
* [PR 690](https://github.com/python-lsp/python-lsp-server/pull/690) - Fix starting the server for Python 3.14 and run tests with that version, by [@ccordoba12](https://github.com/ccordoba12)
13+
* [PR 689](https://github.com/python-lsp/python-lsp-server/pull/689) - Adjust test based on Jedi version, by [@aeliton](https://github.com/aeliton)
14+
* [PR 687](https://github.com/python-lsp/python-lsp-server/pull/687) - Bump allowed pylint to less than 4.1, by [@tiltingpenguin](https://github.com/tiltingpenguin)
15+
* [PR 686](https://github.com/python-lsp/python-lsp-server/pull/686) - Add option to hide docstring in signatures, by [@tomekwojcik](https://github.com/tomekwojcik)
16+
17+
In this release 4 pull requests were closed.
18+
19+
----
20+
321
## Version 1.13.2 (2025/11/19)
422

523
### Pull Requests Merged

0 commit comments

Comments
 (0)