From 53271bbd87999e90beb647c272d27cb879c942f6 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 29 Sep 2023 20:51:12 +1000 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Artem Medvedev --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e78150..84ce1b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Container::exec` changed to be synchronous and return `ExecOutput` - MSRV is now 1.63. - Fixed `get_bridge_ip_address` not to use outdated properties -- `Docker` trait is declared to be `Send + Sync` +- `Docker` trait is declared to be `Send + Sync` ### Removed