Skip to content

Commit 7a820c7

Browse files
committed
Prep up v0.42.0 release
1 parent 257f73c commit 7a820c7

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 0.42.0 (2024-02-05)
4+
5+
- Added MediaTrackConstraints.channelCount for multi-channel microphone input
6+
- Fix: needless upmixing of AudioNode input channels for `max` and `clampedMax` interpretation
7+
- Fix: AudioParam value not returned correctly before rendering has started
8+
- Fix: eagerly panic for invalid AudioNode settings in constructors
9+
310
## Version 0.41.1 (2024-01-11)
411

512
- Unified panic messages to format `<JsErrorType> - <Actual message>`

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 = "0.41.1"
3+
version = "0.42.0"
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)