update details for v0.2.15

This commit is contained in:
Henry Schimke
2023-01-12 13:59:44 -06:00
parent ec0512722d
commit d163f677e8
4 changed files with 22 additions and 29 deletions

View File

@@ -51,6 +51,10 @@ fn main() {
```
## Latest Release Notes
* *v0.2.15* -> Support for reading and writing svg files through the feature flags `svg_read` and `svg_write`.
These flags are off by default.
* *v0.2.14* -> Support for more image output formats, many rustification changes to the codebase.
If you were using very deep, specific functions in the encoder/decoder sections this may require a function rename. For instance `qrcode::encoder::encoder` is now `qrcode::encoder::qrcode_encoder`.