From a96e5bb476e3a062e4c78193b32507c070dc58ee Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Mon, 23 Jun 2025 18:04:59 +0200 Subject: [PATCH] Update change log [skip ci] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a8fc8..f2eabb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Status of the `main` branch. Changes prior to the next official version change will appear here. * **Reduce the use of asyncio to a minimum**, improving stability and reducing the need for workarounds - * Switch to newly developed fully synchronous LSP library `solidlsp` (derived from `multilspy`) + * Switch to newly developed fully synchronous LSP library `solidlsp` (derived from `multilspy`), + removing our fork of `multilspy` (src/multilspy) * Switch from fastapi (which uses asyncio) to Flask in the Serena dashboard * The MCP server is the only asynchronous component now, which resolves cross-component loop contamination, such that process isolation is no longer required.