reorder changelog

This commit is contained in:
leo
2026-09-02 14:14:05 +02:00
parent 71f9032681
commit 5632e44a87
+8 -2
View File
@@ -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