From e0305549e3d58f6ac5a6c87460945a32a6038e61 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sat, 29 Apr 2023 10:56:39 -0500 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b993f1..94db1af 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ fn main() { ``` ## Latest Release Notes +* *v0.4.4* -> Major update of QRCode support. + + The ZXing-Cpp QRCode library has been integrated. This brings large enhancements to the detection and decoding + of QRCodes. This also brings the ability to detect and decode MicroQRCodes. This release also brings updates to the + default Binarizer which should be slightly faster and more reliable. + * *v0.4.0* -> Rewrite of the API to implement generics. This largely eliminates dynamic dispatch from the library. This release has many under-the-hood changes: better Point class, better Error handling, improved API