Skip to content

Commit

Permalink
v4.4.1: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Apr 6, 2021
1 parent 45d451a commit 66be717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/spf13/viper/pull/398> (or a similar fix) got merged

## v4.4.0

### Features / Enhancements
Expand Down

0 comments on commit 66be717

Please sign in to comment.