diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc03aa1..f37dc4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 5.0.0 (Unreleased) * (TODO) Update to Serenata [5.0.0](https://gitlab.com/Serenata/Serenata/tags/5.0.0) * Adapt to server changes. + * This package now uses the official [atom-languageclient](https://github.com/atom/atom-languageclient) library and is now a proper language server. + * Note that we now obey `minimumWordLength` from the `autocomplete-plus` package for autocompletion, **change this to `0` to retain the old behavior.** * [project-manager](https://atom.io/packages/project-manager) is no longer a hard requirement to run this package. You can still continue using it, if you wish. * Add new experimental execution type to run Serenata using [Podman](https://podman.io/) on Linux * Podman allows for rootless containers that don't require you to add yourself to the Docker group (effectively becoming root) nor escalating privileges using PolicyKit or sudo