From 7c6a3246af1419adef2d06431859c3297cd64677 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sat, 30 Sep 2023 20:58:40 +0200 Subject: [PATCH] Prepare changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6549e596e..aac83b55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog ## master - CURRENT +### Added +* Add `pyotp` Python dependency in Lexicon to help implementing OTP (one-time password) + on providers whose API supports this kind of authentication. +* Add OTP support on `hover` provider, with a new flag named `--auth-totp-secret`. +* Add type marker `py.typed` to inform types checkers about availability of type + annotations in Lexicon codebase. + +### Modified +* Fix and modernize ReadTheDoc documentation build. +* Better error management and resource cleanup when `Client` is used as a context manager. + +### Removed +* Stop using `cryptography` in providers where only hashing is needed. ## 3.14.1 - 13/08/2023 ### Added