Skip to content

Commit f794f5f

Browse files
committed
Update changelog
1 parent 22e6cab commit f794f5f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Changelog
2+
3+
## Version 0.4.0
4+
5+
- [Breaking] Rewrite the API
6+
- This is a large change with significant breakage, consumers may want to refer to
7+
[the pull request](https://github.com/rust-av/v_frame/pull/44) for more context
8+
19
## Version 0.3.8
210

311
- Eliminate unsound code

Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,17 @@ wasm-bindgen = "0.2"
4444
[target.wasm32-unknown-unknown.dev-dependencies]
4545
wasm-bindgen-test = "0.3"
4646
# Disable rayon feature for WASM compatibility
47-
criterion = { version = "0.6", default-features = false, features = ["plotters", "cargo_bench_support"] }
47+
criterion = { version = "0.6", default-features = false, features = [
48+
"plotters",
49+
"cargo_bench_support",
50+
] }
4851

4952
[target.wasm32-wasi.dev-dependencies]
5053
# Disable rayon feature for WASM compatibility
51-
criterion = { version = "0.6", default-features = false, features = ["plotters", "cargo_bench_support"] }
54+
criterion = { version = "0.6", default-features = false, features = [
55+
"plotters",
56+
"cargo_bench_support",
57+
] }
5258

5359
[[bench]]
5460
name = "plane"

0 commit comments

Comments
 (0)