Skip to content

Commit 5c25551

Browse files
committed
Prep up v1.0.0-rc.6 release
1 parent 88c1c04 commit 5c25551

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version History
22

3+
## Version 1.0.0-rc.6 (2024-04-20)
4+
5+
- Breaking: the ScriptProcessorNode::set_onaudioprocess no longer takes a ref to the event
6+
- Fixed a panic for multi-channel output with the ScriptProcessorNode
7+
- Fixed an issue when calling suspend/close on an already suspended context
8+
39
## Version 0.43.0 / 1.0.0-rc.5 (2024-04-15)
410

511
- Changed: renamed AudioNode::connect_at to connect_from_output_to_input

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web-audio-api"
3-
version = "1.0.0-rc.5"
3+
version = "1.0.0-rc.6"
44
authors = ["Otto <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"

0 commit comments

Comments
 (0)