Skip to content

Commit 188f0d0

Browse files
committed
Update change log [skip ci]
1 parent 381290a commit 188f0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Status of the `main` branch. Changes prior to the next official version change will appear here.
44

55
* **Reduce the use of asyncio to a minimum**, improving stability and reducing the need for workarounds
6-
* Switch to newly developed fully synchronous LSP library `solidlsp` (derived from `multilspy`)
6+
* Switch to newly developed fully synchronous LSP library `solidlsp` (derived from `multilspy`),
7+
removing our fork of `multilspy` (src/multilspy)
78
* Switch from fastapi (which uses asyncio) to Flask in the Serena dashboard
89
* The MCP server is the only asynchronous component now, which resolves cross-component loop contamination,
910
such that process isolation is no longer required.

0 commit comments

Comments
 (0)