add release notes, small README tweak
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user