From 3eb05b5dfecd19c77ed07c387152a8c8503123c1 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Thu, 29 Jun 2023 12:00:55 -0500 Subject: [PATCH] Update changelog for 1.7.4 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f40eb2fe..56d2400c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # History of changes +## Version 1.7.4 (2023/06/29) + +### Issues Closed + +* [Issue 393](https://github.com/python-lsp/python-lsp-server/issues/393) - Environment path doesn't expand user directory + +In this release 1 issue was closed. + +### Pull Requests Merged + +* [PR 394](https://github.com/python-lsp/python-lsp-server/pull/394) - Resolve homedir references in Jedi environment path, by [@odiroot](https://github.com/odiroot) +* [PR 381](https://github.com/python-lsp/python-lsp-server/pull/381) - Report progress even when initialization fails, by [@syphar](https://github.com/syphar) +* [PR 380](https://github.com/python-lsp/python-lsp-server/pull/380) - Fix pylint hang on file with many errors, by [@hetmankp](https://github.com/hetmankp) + +In this release 3 pull requests were closed. + +---- + ## Version 1.7.3 (2023/05/15) ### Issues Closed