From 63087dd3179a2caa473ade32847d5feff2e7d6a4 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Thu, 6 Feb 2025 12:38:40 -0500 Subject: [PATCH] Update changelog for 1.12.1 (#617) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4922ced..4a5a5c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # History of changes +## Version 1.12.1 (2025/02/06) + +### Issues Closed + +* [Issue 602](https://github.com/python-lsp/python-lsp-server/issues/602) - `test_jedi_completion_with_fuzzy_enabled` fails with jedi 0.19.2 + +In this release 1 issue was closed. + +### Pull Requests Merged + +* [PR 616](https://github.com/python-lsp/python-lsp-server/pull/616) - Fix formatting issues reported by the latest Ruff version, by [@ccordoba12](https://github.com/ccordoba12) +* [PR 609](https://github.com/python-lsp/python-lsp-server/pull/609) - Fix test for Jedi 0.19.2, by [@cmashinho](https://github.com/cmashinho) +* [PR 604](https://github.com/python-lsp/python-lsp-server/pull/604) - Correctly handle null value for `ropeFolder` config, by [@osiewicz](https://github.com/osiewicz) + +In this release 3 pull requests were closed. + +---- + ## Version 1.12.0 (2024/08/25) ### New features