From 1e5d720169b4bda570a40c6153a0b84625809422 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 29 Jun 2024 05:15:50 +0100 Subject: [PATCH] add 2.6.0 section to CHANGELOG --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 716f335..ae3f5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +## [2.6.0] - 2024-06-29 + +### Added + +- bits kwarg for overriding the type of GUI that is launched on startup. + - Defaults to 64, set it to either 32 or 64. + +### Fixed + +- {Remote}.run_voicemeeter() now launches x64 bit GUI's for all kinds if Python detects a 64 bit system. + ## [2.5.0] - 2023-10-27 ### Fixed