From 15f0fcda6962ebe7c7a74a5cfe61f70c7b217b82 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 15 Jun 2025 23:50:24 +0100 Subject: [PATCH] add link to buseqchannelcell --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0845b97..9764fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,14 +15,14 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass ### Added -- Bus.EQ Channel Cell commands added, see [Bus.EQ.Channel.Cell](). +- Bus.EQ Channel Cell commands added, see [Bus.EQ.Channel.Cell](https://github.com/onyx-and-iris/voicemeeter-api-python?tab=readme-ov-file#buseqchannelcell). - Added by [PR #16](https://github.com/onyx-and-iris/voicemeeter-api-python/pull/16) ## [2.6.0] - 2024-06-29 ### Added -- bits kwarg for overriding the type of GUI that is launched on startup. +- bits kwarg for overriding the type of GUI that is launched on startup. - Defaults to 64, set it to either 32 or 64. ### Fixed