We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca9b90 commit a4c3d53Copy full SHA for a4c3d53
CHANGELOG.md
@@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
7
+## v0.1.19 (2020-04-27)
8
+- Fix decoding returning too much image data
9
+- Fix recognizing padding in marker segments
10
+- Several decode performance improvements
11
+- Remove use of deprecated `Error::description`
12
+
13
## v0.1.18 (2019-12-10)
14
- Fix two bugs causing panics introduced in 0.1.17.
15
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "jpeg-decoder"
3
-version = "0.1.18"
+version = "0.1.19"
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments