From 595708287a5c6e1faaa2d1d976e5b8fc12a2dc6b Mon Sep 17 00:00:00 2001 From: Pit Kleyersburg Date: Sun, 30 Jan 2022 17:13:26 +0100 Subject: [PATCH] fix: add missing links to changelog, reference fixed issue Closes #450. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a82e928..a61f5052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,15 @@ ## Unreleased -* Replace library used to communicate with Docker. +* Replace library used to communicate with Docker (which also fixes [#411]). This release replaces the previously used library [shiplift] by [bollard]. This is not expected to have any impact on users of DFW. + [#411]: https://github.com/pitkley/dfw/issues/411 + [shiplift]: https://github.com/softprops/shiplift + [bollard]: https://github.com/fussybeaver/bollard + * Bump minimum supported Rust version to 1.54.0 (from 1.46.0). (Required after updating dependencies.)