From f5bdeb6d57dd8f9d837157461f74c02feefd92f8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 16 Dec 2025 20:29:04 +0000 Subject: [PATCH] add recorder.loop removal to breaking changes. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a108ec0..9f32b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This release introduces some breaking changes, the affected classes are Command, ### Breaking Changes - Some of the Command properties have been converted to methods. See Command section in README for more details. +- Recorder.loop removed, it can be accessed through {Recorder}.{Mode}.loop. - Recorder.FileType changed from method to write-only property. - Strip Gainlayers are now defined by their own class and may be accessed through {Strip}.Gainlayer[i]. - The previous {Strip}.gainlayer{i} properties have been removed.