Skip to content

Commit 8c520b1

Browse files
committed
Prep up v1.0.0-rc.3 release
1 parent efb2dd8 commit 8c520b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.0.0-rc.3 (2024-04-02)
4+
5+
- Breaking: ChannelConfigOptions is renamed to AudioNodeOptions
6+
- Fix WaveShaperNode: do not emit silence for non-centric curve
7+
- Fix DynamicsCompressorNode: handle channel constraints
8+
- Fixed error messages and constraints for DestinationNode and ChannelSplitter/MergerNode
9+
310
## Version 1.0.0-rc.2 (2024-03-07)
411

512
- Changed: the AudioContext will continue playing if it is dropped (use `close()` instead)

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.2"
3+
version = "1.0.0-rc.3"
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)