Skip to content

Commit 4dce450

Browse files
committed
Update the changelog
1 parent 02b6dec commit 4dce450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@ else which requires you to load the module yourself.
226226
## Changelog
227227
* `0.6.24`
228228
* Conditional dependencies of form `[target.'cfg(...)'.dependencies]` are now properly supported
229+
* You can now use `cfg(cargo_web)` to detect whenever your crate is being compiled under `cargo-web`
229230
* Artifacts matching `target/wasm32-unknown-unknown/*/deps/*.wasm` are now ignored; this should prevent
230-
superfluous `.wasm` artifacts generated due to dependencies also being `cdylib`s from being processed
231+
`cargo-web` from processing superfluous `.wasm` artifacts generated due to dependencies also being `cdylib`s
231232
* `cargo-web` is now available as a library through a `structopt`-based interface
232233
* `0.6.23`
233234
* New subcommand: `cargo web check`

0 commit comments

Comments
 (0)