Skip to content

Commit df34359

Browse files
committed
Prep up v1.0.0-rc.2 release
1 parent ee1a3cf commit df34359

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## Version 1.0.0-rc.2 (2024-03-07)
4+
5+
- Changed: the AudioContext will continue playing if it is dropped (use `close()` instead)
6+
- Apply AudioParamDescriptor validations
7+
- Apply limits of compound AudioParams
8+
- Fix AudioParam rounding errors
9+
- Fix k-rate AudioParams not always delivering constant value
10+
- Fixed a panic while rendering AudioParams with dynamic lifetimes
11+
- Disallow constructing an AudioBuffer with length zero
12+
313
## Version 1.0.0-rc.1 (2024-02-24)
414

515
- Breaking: the AudioProcessor trait is now superseded by AudioWorkletProcessor

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