From 1554453a5be7157c6456dfca2b019ab599c97cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 4 Aug 2019 17:27:42 +0200 Subject: Updated CHANGELOG --- CHANGELOG.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3