From 553a2a2a7e5033353664c7c7a23494e8f8b5749e Mon Sep 17 00:00:00 2001 From: Daniel Faust Date: Fri, 22 Sep 2023 10:53:17 +0200 Subject: [PATCH] Update readme --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4908f43d..007896b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## 🤍 Unreleased +- ### 🤕 Fixes + + - **Fix passing relative paths to cargo - [dfaust], [issue/704], [issue/1156], [issue/1252], [pull/1331]** + + When building a crate located in a sub-directory, relative paths, passed as extra options to cargo (like `--target-dir`), are now handled correctly. + + [issue/704]: https://github.com/rustwasm/wasm-pack/issues/704 + [issue/1156]: https://github.com/rustwasm/wasm-pack/issues/1156 + [issue/1252]: https://github.com/rustwasm/wasm-pack/issues/1252 + [pull/]: https://github.com/rustwasm/wasm-pack/pull/1331 + [dfaust]: https://github.com/dfaust + ## ☀️ 0.12.1 - ### 🤕 Fixes