diff --git a/CHANGELOG.md b/CHANGELOG.md index c0560df2..1fa1aacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # History of changes +## Version 1.14.0 (2025/12/06) + +### New features +* Add `pylsp.signature.include_docstring` to hide docstring in signatures. +* Add support for Pylint 4. +* Fix support for Python 3.14. + +### Pull Requests Merged + +* [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) +* [PR 689](https://github.com/python-lsp/python-lsp-server/pull/689) - Adjust test based on Jedi version, by [@aeliton](https://github.com/aeliton) +* [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) +* [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) + +In this release 4 pull requests were closed. + +---- + ## Version 1.13.2 (2025/11/19) ### Pull Requests Merged