From 4bc0b65a1441726059f58e14d82fd087b9b92271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Gardstr=C3=B6m?= Date: Fri, 20 May 2022 17:35:30 +0200 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4673447a..b79d707c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +- #684 - Enable cargo workspaces to work from any path in the workspace, and make path dependencies mount seamlessly. - #494 - Parse Cargo's --manifest-path option to determine mounted docker root - #718 - remove deb subcommand. - #714 - use host target directory when falling back to host cargo.