diff --git a/NEWS b/NEWS index 6d3ef9e8..253b9fd6 100644 --- a/NEWS +++ b/NEWS @@ -48,7 +48,7 @@ added. Deprecations: Python 2.5 is not supported any more - dead code removal. -`from keys import *` will now import only objects defined in that module. +`from ecdsa.keys import *` will now import only objects defined in that module. Trying to decode a malformed point using `VerifyingKey.from_string` will rise now the `MalformedPointError` exception (that inherits from `AssertionError` but is not it).