Update CHANGELOG.md

version 2.2.0
This commit is contained in:
Moussallam
2021-02-26 11:50:43 +01:00
committed by GitHub
parent a2598e14db
commit f6fbc25889

View File

@@ -1,5 +1,12 @@
# Changelog History # Changelog History
## 2.2.0
Minor changes mainly fixing some issues:
* mono training was not working due to hardcoded filters in the dataset
* default argument of `separate` was of wrong type
* added a way to request spleeter version with the `--version` argument in the CLI
## 2.1.0 ## 2.1.0
This version introduce design related changes, especially transition to Typer for CLI managment and Poetry as This version introduce design related changes, especially transition to Typer for CLI managment and Poetry as
@@ -84,4 +91,4 @@ First released, Dec 27th 2019
### Minor changes ### Minor changes
* Typos, and small bugfixes * Typos, and small bugfixes