From b3aee4b0c1fd0f4d1d80a9184b53e34f72dbb158 Mon Sep 17 00:00:00 2001 From: Gert Date: Sat, 18 May 2019 22:12:27 +0200 Subject: [PATCH] Update CHANGELOG to reflect that project-manager package is now optional References #460 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a39ba9..5bc03aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 5.0.0 (Unreleased) * (TODO) Update to Serenata [5.0.0](https://gitlab.com/Serenata/Serenata/tags/5.0.0) * Adapt to server changes. + * [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 * Serenata also does not really require anything that requires root, so this should help improve security