diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2cb409..de7abcac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning][semver]. ## [Unreleased] ### Added + +- Add `LanguageClient` with LSP methods autogenerated from type annotations in `lsprotocol` ([#328]) +- Add base JSON-RPC `Client` with support for running servers in a subprocess and communicating over stdio. ([#328]) + ### Changed ### Fixed - `pygls` no longer overrides the event loop for the current thread when given an explicit loop to use. ([#334]) +[#328]: https://github.com/openlawlibrary/pygls/issues/328 [#334]: https://github.com/openlawlibrary/pygls/issues/334