From 070e16a4ac837c19c3af3e10976d5f8e81250d48 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Tue, 26 Nov 2024 12:32:35 -0600 Subject: [PATCH] Add NDI entry. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 50ca4d2c53..d532a81fec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,6 +20,7 @@ New: a higher CPU usage (#3607) - Change default frame duration to `0.02s` (#4033) - Optimized runtime (#3927, #3928, #3919) +- Added NDI output support (#4181) - Added `finally` to execute code regardless of whether or not an exception is raised (see: #3895 for more details). - Added support for Spinitron submission API (#4158)