From 4e9df79ac8ff233961f36d409d0efc1863f50394 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Wed, 26 Oct 2022 14:43:22 +0200 Subject: [PATCH] changelog --- webrtc/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webrtc/CHANGELOG.md b/webrtc/CHANGELOG.md index 3764b1209..1ce12c1d2 100644 --- a/webrtc/CHANGELOG.md +++ b/webrtc/CHANGELOG.md @@ -9,6 +9,8 @@ directions that should not send. [#316](https://github.com/webrtc-rs/webrtc/pull/316) * Add support for a mime type "audio/telephone-event" (rfc4733) [#322](https://github.com/webrtc-rs/webrtc/pull/322) * Fixed a panic that would sometimes happen when collecting stats. [#327](https://github.com/webrtc-rs/webrtc/pull/327) by [@k0nserv](https://github.com/k0nserv). +* Added new extension marshaller/unmarshaller for VideoOrientation, and made marshallers serializable via serde [#331](https://github.com/webrtc-rs/webrtc/pull/331) [#332](https://github.com/webrtc-rs/webrtc/pull/332) + #### Breaking changes