Skip to content

Commit

Permalink
Prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Sep 30, 2023
1 parent 2447c7d commit 7c6a324
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c6a324

Please sign in to comment.