update CHANGELOG

This commit is contained in:
Vincent Hanquez 2015-06-10 12:29:18 +01:00
parent a9df2a2180
commit 9a0ab88b3d

View File

@ -1,5 +1,7 @@
## 0.3
* Remove Crypto.PubKey.HashDescr in favor of just having the algorithm
specified in PKCS15 RSA function.
* Fix documentation in cipher sub section (Luke Taylor)
* Cleanup AES dead functions (Luke Taylor)
* Fix Show instance of Digest to display without quotes similar to cryptohash