Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Apr 14, 2019
1 parent 02b6dec commit 4dce450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ else which requires you to load the module yourself.
## Changelog
* `0.6.24`
* Conditional dependencies of form `[target.'cfg(...)'.dependencies]` are now properly supported
* You can now use `cfg(cargo_web)` to detect whenever your crate is being compiled under `cargo-web`
* Artifacts matching `target/wasm32-unknown-unknown/*/deps/*.wasm` are now ignored; this should prevent
superfluous `.wasm` artifacts generated due to dependencies also being `cdylib`s from being processed
`cargo-web` from processing superfluous `.wasm` artifacts generated due to dependencies also being `cdylib`s
* `cargo-web` is now available as a library through a `structopt`-based interface
* `0.6.23`
* New subcommand: `cargo web check`
Expand Down

0 comments on commit 4dce450

Please sign in to comment.