diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-01-29 18:36:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 17:36:00 -0600 |
| commit | cd2fe87b00e91c1fcc936ea02e4620e84375ff45 (patch) | |
| tree | d4934e3a6aab9052bcd72f878dfd10ff9f14bf84 | |
| parent | b24d67d49d2fcac6aebd9523b989adc379fd0164 (diff) | |
| download | cryptography-cd2fe87b00e91c1fcc936ea02e4620e84375ff45.tar.gz | |
Include type hints in the changelog (#5710)
| -rw-r--r-- | CHANGELOG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0352c5dd..053017b05 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,9 @@ Changelog themselves will need to have the Rust toolchain installed. Users who use an officially produced wheel will not need to make any changes. The minimum supported Rust version is 1.45.0. +* ``cryptography`` has begun including :pep:`484` type hints on its APIs. While + they do not yet cover all public APIs, users can begin using them to type + check their code with ``mypy``. .. _v3-3-1: |
