From 66be717b317f3f3d04ac0b21f88d5a1c3eae9560 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Tue, 6 Apr 2021 20:04:37 +0200 Subject: [PATCH] v4.4.1: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50a4e6f..e49dbbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v4.4.1 + +### Fixes + +- use viper fork that contains a fix to make cobra's `StringArray` flags work properly + - this fixes the issue, that flag values containing commas got split (because we had to use `StringSlice` type flags) + - this is to be changed back to upstream viper as soon as (or a similar fix) got merged + ## v4.4.0 ### Features / Enhancements