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.)