diff --git a/HISTORY.rst b/HISTORY.rst index 28aeadc..9be4496 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,9 @@ Release History ------------------ - When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds. +- Adds logging, removes print statements. - Replace pycrypto dependency with pycryptodome. +- Removes Python 2 specific code. 1.0.0 (2019-10-31) diff --git a/README.rst b/README.rst index 7af9c2e..3bf001c 100644 --- a/README.rst +++ b/README.rst @@ -56,8 +56,6 @@ Create an instance of Mega.py .. code:: python mega = Mega() - # add the verbose option for print output on some functions - mega = Mega({'verbose': True}) Login to Mega ~~~~~~~~~~~~~