commit fe62a356a62a41849f5f24cb35623a3b80e0042a Author: juga0 juga@riseup.net Date: Mon Oct 8 08:02:04 2018 +0000
Add changelog entry about standard cli args --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 964f4a1..c313ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Set int type to new arguments that otherwise would be string (#27918) - Stop printing arguments default values, since they are printed by default (#27916) +- Use dash instead of underscore in new cli argument names (#27917)
### Changed