commit 63c6649af2990226cad9c28ff1f525545557150c Author: juga0 juga@riseup.net Date: Mon Oct 8 07:50:23 2018 +0000
Add changelog entry about type in new arguments --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 401ed9a..e0440a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. $$FOO in the config. - 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)
### Changed