From 4aeafcf67b6b4b4f8318f4c43a2c1cb3d898cf24 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 8 Jan 2020 15:17:38 +0100 Subject: [PATCH] DOC: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14fab2f..b7f4dea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [pytest](https://docs.pytest.org/en/latest/) is the new preferred unit test frame work. - If a password is specified in the configuration even though the password_method is not set to `plain`, a warning is logged. - Under the hood, the password of from a `pass` or `keyring` call is not stored anymore. Instead the password is requested each time a login is necessary. +- Always load system default CA repository into the ssl context ### Deprecated -- GitLab