Skip to content

Commit 1554453

Browse files
committed
Updated CHANGELOG
1 parent 222fb5f commit 1554453

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ Version 4.1 - in development
55
----------------------------------------
66

77
- Dropped support for Python 2 and 3.4.
8-
- Move to Python 3.7 in Pipfile (so `pipenv install` creates a Python 3.7 virtualenv).
8+
- Added type annotations to the source code. This will make Python-RSA easier to use in
9+
your IDE, and allows better type checking.
10+
- Added static type checking via [MyPy](http://mypy-lang.org/).
911
- Fix [#129](https://github.com/sybrenstuvel/python-rsa/issues/129) Installing from source
1012
gives UnicodeDecodeError.
13+
- Switched to using [Poetry](https://poetry.eustace.io/) for package
14+
management.
1115

1216

1317
Version 4.0 - released 2018-09-16

0 commit comments

Comments
 (0)