Commit d5b15662 authored by Dominik Charousset's avatar Dominik Charousset

Document fixes to the CLI argument parsing

parent 9c4a94ef
......@@ -167,6 +167,12 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- In some edge cases, actors failed to shut down properly when hosting a stream
source (#1076). The handshake process for a graceful shutdown has been fixed.
- Fixed a compiler error on Clang 10 (#1077).
- Setting lists and dictionaries on the command line now properly overrides
default values and values from configuration files instead of appending to
them (#942).
- Using unquoted strings in command-line arguments inside lists now works as
expected. For example, `--foo=abc,def` is now equivalent to
`--foo=["abc", "def"]`.
## [0.17.4] - 2019-02-08
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment