commit f4a8700a22b0365f0f3ecec8a05b2e9b6cab1ae1 Author: juga0 juga@riseup.net Date: Mon Oct 8 07:58:23 2018 +0000
Add changelog entry about not printing default args --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index e0440a0..964f4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Stop using directory as argument in integration tests (#27342) - Fix typo getting configuration option to allow logging to file (#27960) - Set int type to new arguments that otherwise would be string (#27918) +- Stop printing arguments default values, since they are printed by default + (#27916)
### Changed
tor-commits@lists.torproject.org