Skip to content

Commit fc4fa9b

Browse files
committed
Release 0.2.0
1 parent 4abddaf commit fc4fa9b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Release Notes
22

3-
### Versios 0.1.3
3+
### Version 0.2.0
4+
5+
Breaking Changes:
6+
- `WebPDecoder` now requires the passed reader implement `BufRead`.
7+
8+
Changes:
9+
- Add `EncoderParams` to make predictor transform optional.
10+
11+
Bug Fixes:
12+
- Several bug fixes in animation compositing.
13+
- Fix indexing for filling image regions with tivial huffman codes.
14+
15+
Optimizations:
16+
- Substantially faster decoding of lossless images, by switching to a
17+
table-based Huffman decoder and a variety of smaller optimizations.
18+
19+
### Version 0.1.3
420

521
Changes:
622
- Accept files with out-of-order "unknown" chunks.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image-webp"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.67.1"

0 commit comments

Comments
 (0)