Skip to content

Commit

Permalink
Improve changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Grifs committed Feb 12, 2024
1 parent 858dc76 commit 447b6a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## BREAKING CHANGES

* Change default `multiple_sep` from `:` to `;` to avoid conflicts with paths like `s3://foo/bar`.
* `arguments`: Change default `multiple_sep` from `:` to `;` to avoid conflicts with paths like `s3://foo/bar` (PR #645).
As reference, a config mod to change the `multiple_sep` back to the previous default could be
`-c '.functionality.argument_groups[true].arguments[.multiple == true].multiple_sep := ","'`.

## MINOR CHANGES

Expand Down

0 comments on commit 447b6a1

Please sign in to comment.