add release notes, small README tweak

This commit is contained in:
Michael Greene
2019-08-01 16:17:07 -07:00
parent e8c7dc5145
commit ee9b4eb8d5
2 changed files with 24 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ You can also join ``#pgpy`` on Freenode to ask questions or get involved
Requirements
------------
- Python 3 >= 3.3; Python 2 >= 2.7
- Python 3 >= 3.4; Python 2 >= 2.7
Tested with: 3.7, 3.6, 3.5, 3.4, 2.7

View File

@@ -4,6 +4,29 @@
Changelog
*********
v0.5.0
======
Released: August 1, 2019
New Features
------------
* Add support for Curve25519
* Greatly improved Elliptic Curve Point format handling code (special thanks @rot42)
* Add support for IssuerFingerprint subpackets (thanks @J08nY)
* Add support for Key Revocation signatures
Bugs Fixed
----------
* PGPy now correctly resynchronizes the block cipher stream when decrypting EncryptedDataPackets (the ones without MDC). (#160)
* PGPy now correctly defaults to SHA256 for keys that have no hash preferences set
Other Changes
-------------
* updated library dependencies and unit tests
v0.4.3
======