Skip to content

Commit

Permalink
Document that we now obey minimumWordLength from autocomplete-plus
Browse files Browse the repository at this point in the history
References #460
  • Loading branch information
Gert-dev committed May 18, 2019
1 parent b3aee4b commit 515adfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 515adfc

Please sign in to comment.