Skip to content

Commit

Permalink
add newline, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Barker authored and daxpedda committed Jun 13, 2023
1 parent c09a7db commit d13e792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# `wasm-bindgen` Change Log
--------------------------------------------------------------------------------

## [Unreleased](https://github.com/rustwasm/wasm-bindgen/compare/0.2.87...main)

### Added

* Extend `AudioContext` with unstable features supporting audio sink configuration.
[#3433](https://github.com/rustwasm/wasm-bindgen/pull/3433)

## [0.2.87](https://github.com/rustwasm/wasm-bindgen/compare/0.2.86...0.2.87)

Released 2023-06-12.
Expand Down
2 changes: 1 addition & 1 deletion crates/web-sys/webidls/unstable/AudioSinkInfo.webidl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Exposed=Window]
interface AudioSinkInfo {
readonly attribute AudioSinkType type;
};
};

0 comments on commit d13e792

Please sign in to comment.