From 5632e44a87e150268030d3d42869391878a3a581 Mon Sep 17 00:00:00 2001 From: leo <260626284+cameledev@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:14:05 +0200 Subject: [PATCH] reorder changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b428c98..7abe4e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to ## [Unreleased] +### Added + +- ✨(backend) add per-recording encoding quality presets to start-recording API + +### Changed + +- 💥(backend) replace recording encoding options with a profile model + ### Fixed - 🐛(frontend) keep the sending resolution picked while the camera is off #1667 @@ -160,7 +168,6 @@ and this project adheres to - ✨(frontend) add connection test feature - ✨(sdk) allow passing a background color to the calendar iframe - ✨(sdk) add a room configuration popup from CreateMeetingButton -- ✨(backend) add per-recording encoding quality presets to start-recording API ### Changed @@ -175,7 +182,6 @@ and this project adheres to - 💄(frontend) improve participant name rendering in the list - 🚚(backend) rename TelephonyService to SIPManagement - ⬆️(dependencies) update python dependencies -- 💥(backend) replace recording encoding options with a profile model ### Fixed