diff --git a/README.rst b/README.rst index 9b67758..ef99597 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,8 @@ Source hosted at github: https://github.com/JohannesBuchner/imagehash Changelog ---------- +* 4.0: Changed binary to hex implementation, because the previous one was broken for various hash sizes. This change breaks compatibility to previously stored hashes; to convert them from the old encoding, use the "old_hex_to_hash" function. + * 3.5: image data handling speed-up * 3.2: whash now also handles smaller-than-hash images diff --git a/imagehash/VERSION b/imagehash/VERSION index 475ba51..5186d07 100644 --- a/imagehash/VERSION +++ b/imagehash/VERSION @@ -1 +1 @@ -3.7 +4.0