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 committed Jun 12, 2023
1 parent a4762ef commit 9769de2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* Stabilize `ResizeObserver`.
[#3459](https://github.com/rustwasm/wasm-bindgen/pull/3459)

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

### Fixed

* Take alignment into consideration during (de/re)allocation.
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 9769de2

Please sign in to comment.