From 53e36ca01b919792cfd85caa452bcd00f5072f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 27 Mar 2025 17:08:32 +0100 Subject: [PATCH] fixup! Update CHANGELOG --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a497aa7..b145f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,12 @@ since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.or ## Added -- It is now possible to specify a custom container runtime in the settings, by - using the `container_runtime` key. It should contain the path to the container - runtime you want to use. Please note that this doesn't mean we support more - container runtimes than Podman and Docker for the time being, but enables you to - chose which one you want to use, independently of your platform. - ([#925](https://github.com/freedomofpress/dangerzone/issues/925)) +- (experimental): It is now possible to specify a custom container runtime in + the settings, by using the `container_runtime` key. It should contain the path + to the container runtime you want to use. Please note that this doesn't mean + we support more container runtimes than Podman and Docker for the time being, + but enables you to chose which one you want to use, independently of your + platform. ([#925](https://github.com/freedomofpress/dangerzone/issues/925)) ## [0.8.1](https://github.com/freedomofpress/dangerzone/compare/v0.8.1...0.8.0)