From 4a3fc55041ce5d9ba0ac024fd65adb5f754af7c6 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sat, 7 Sep 2024 17:39:20 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee519b69adc..c4ff91b7640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## Unreleased +### Added + +* Add bindings to `RTCRtpTransceiverDirection.stopped`. + [#4102](https://github.com/rustwasm/wasm-bindgen/pull/4102) + ### Fixed * Fixed linked modules emitting snippet files when not using `--split-linked-modules`.