Skip to content

Commit 658676c

Browse files
committed
chore: update readme
1 parent 1507ce7 commit 658676c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ fn main() {
108108
}
109109
```
110110

111+
* *v0.7.0* -> Migration away from the previous HashMap based Encode/Decde hints method. The new method uses a configuration struct. You can construct these structs support `From` and `Into` the old HashMap implementation.
111112
* *v0.6.0* -> rxing is now thread safe. This is a breaking change if you are using `PointCallback`/`RXingResultPointCallback` or the `Pdf417ExtraMetadata` field of `RXingResultMetadataValue`. In addition there should be some small performance improvements associated with moving away from using `Rc` and `Arc` in many situations throughout the library.
112113
* *v0.5.8* -> Performance improvements. Memory Improvements. Added FilteredReader which performs a more complicated operation on images (resizes and closes binary bitmaps) at the expense of some performance.
113114
* *v0.5.5* -> Add support for rMQR, allows building the library without image_formats, fixes an issue with multiple barcode detection.

0 commit comments

Comments
 (0)