Update readme

master
Daniel Faust 2 years ago
parent 5d46fa84e6
commit 3b4917393e
  1. 12
      CHANGELOG.md

@ -2,6 +2,18 @@
## 🤍 Unreleased ## 🤍 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/1331]: https://github.com/rustwasm/wasm-pack/pull/1331
[dfaust]: https://github.com/dfaust
## ☀ 0.12.1 ## ☀ 0.12.1
- ### 🤕 Fixes - ### 🤕 Fixes

Loading…
Cancel
Save