Nope, disable link from geo: URL to Google Maps. Does not quite work in the browser...
[zxing.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index d639532..94366d8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
     from EAN13Reader, but will continue to be construed as 12-digit UPC-A
     codes from the MultiFormatReader.
   - A host of small bug fixes, including bug in Version 25 QR Code support
-  - A round of code cleanup and refactoring from IntelliJ inspections
\ No newline at end of file
+  - A round of code cleanup and refactoring from IntelliJ inspections
+
+0.5.5 (12 Mar 2008)
+  - Revert change that rejected BufferedImage of type TYPE_CUSTOM in javase
+  - Now supports KDDI/AU / Softbank address book format
+  - Now can read Android "Intent" URIs (Android only)
+  - Modest improvements to efficiency of J2ME client: shorter autofocus,
+    better use of threads
+  - First checkin of Data Matrix decoder code. Not yet enabled in reader
+    applications.
+  - "Result" object now returns raw bytes decoded; maybe useful in some cases
+  - More unit tests for common code, EAN-8, UPC-E
\ No newline at end of file