Skip to content

Commit 6841b8c

Browse files
committed
Prep up v1.0.0-rc.4 release
1 parent e124525 commit 6841b8c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.0.0-rc.4 (2024-04-13)
4+
5+
- Changed: enfore minimum 2k and maximum 384k Hertz sample rate for audio contexts
6+
- Added the ScriptProcessorNode
7+
- Fix: all events are now dispatched for OfflineAudioContext
8+
- Fix: BiquadFilter/IIRFilterNode freq response return NaN for invalid frequencies
9+
- Fix: do not allow length 0 for OfflineAudioContext and AudioBuffer
10+
311
## Version 1.0.0-rc.3 (2024-04-02)
412

513
- Breaking: ChannelConfigOptions is renamed to AudioNodeOptions

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