From 7558e00b900a5acb550dfd97d80621f9fe605c06 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Sat, 16 Mar 2019 23:22:05 +0900 Subject: [PATCH] README.md: Update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 97a5890..d8ba215 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ func main() { ## Release Note +### v0.4.0(TBA) +- **IMPORTANT** goimagehash does not have compatible with the before version +when it comes to the serialization based on string. bit set order is changed. + ### v0.3.0 - Support DifferenceHashExtend. - Support AverageHashExtend.