aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:27:42 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:27:42 +0200
commit1554453a5be7157c6456dfca2b019ab599c97cdc (patch)
tree1b2eba04263cc0e647ac52dcd5098c118da2b220
parent222fb5f44796c739b71afff74998e06ff22ca111 (diff)
downloadrsa-1554453a5be7157c6456dfca2b019ab599c97cdc.tar.gz
Updated CHANGELOG
-rw-r--r--CHANGELOG.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4b7468b..1fbc18d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -5,9 +5,13 @@ Version 4.1 - in development
----------------------------------------
- Dropped support for Python 2 and 3.4.
-- Move to Python 3.7 in Pipfile (so `pipenv install` creates a Python 3.7 virtualenv).
+- Added type annotations to the source code. This will make Python-RSA easier to use in
+ your IDE, and allows better type checking.
+- Added static type checking via [MyPy](http://mypy-lang.org/).
- Fix [#129](https://github.com/sybrenstuvel/python-rsa/issues/129) Installing from source
gives UnicodeDecodeError.
+- Switched to using [Poetry](https://poetry.eustace.io/) for package
+ management.
Version 4.0 - released 2018-09-16