fixes bug with apply() if called from higher class

This commit is contained in:
2023-07-05 19:20:57 +01:00
parent 2c8e4cc87c
commit 1ad0347478
4 changed files with 18 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
## [2.1.1] - 2023-07-05
## [2.1.2] - 2023-07-05
### Added
@@ -21,6 +21,12 @@ This is useful if you are only interested in sending commands out to voicemeeter
By default outbound is False.
- sendtext logging added in base class.
### Fixed
- Bug in apply() if invoked from a higher class (not base class)
## [2.0.0] - 2023-06-25
This update introduces some breaking changes: