Skip to content

Commit

Permalink
add release notes, small README tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Commod0re committed Aug 1, 2019
1 parent e8c7dc5 commit ee9b4eb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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

Expand Down
23 changes: 23 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -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
======

Expand Down

0 comments on commit ee9b4eb

Please sign in to comment.