update CHANGELOG.md

This commit is contained in:
Victor Shyba 2018-05-05 00:09:24 -03:00
parent 820789936f
commit 1077d8f937

View file

@ -25,6 +25,8 @@ at anytime.
*
### Changed
* changed cryptography version to 2.2.2
* removed pycrypto dependency, replacing all calls to cryptography
* several internal dht functions to use inlineCallbacks
* `DHTHashAnnouncer` and `Node` manage functions to use `LoopingCall`s instead of scheduling with `callLater`.
* `store` kademlia rpc method to block on the call finishing and to return storing peer information