diff --git a/CHANGELOG.md b/CHANGELOG.md index c14fab2f449ffc9f4cec24f21a273d0d1c99cd14..b7f4dea462916b8bb6a792e75283da0cabc8614b 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