From b777258fc638e8d0ed22e3ee3b29cf480cfe79ba 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 7a4395982..ebebde3b2 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 - #709 - Update Emscripten targets to `emcc` version 3.1.10 - #707, #708 - Set `BINDGEN_EXTRA_CLANG_ARGS` environment variable to pass sysroot to `rust-bindgen`