From 7336d890aea413705f6e83e28adec226de201198 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 26 Jun 2020 13:30:26 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b8ba0edd..cdb20e889c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +CasparCG 2.3.0 RC +========================================== + +### Producers +##### Features +* Flash: Disable by default, requires enabling in the config file +* FFmpeg: Remove fixed thread limit to better auto select a number +##### Fixes +* Decklink: Downgrade severity of video-format not supported +* FFmpeg: Correctly handle error codes. Ignore exit errors during initialisation +* Route: Detect circular routes and break the loop + +### Consumers +##### Features +* Bluefish: Various improvmements including support for Kronos K8 + +### General +##### Fixes +* Diag not reflecting channel videoformat changes + + CasparCG 2.3.0 Beta 1 ==========================================