We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e27f688 + 7430c88 commit c8e2525Copy full SHA for c8e2525
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## v0.1.16 (2019-08-25)
6
+- Minimum supported rust version changed to 1.28
7
+- Allow zero length DHT segments
8
+
9
## v0.1.15 (2018-06-10)
10
- Added support for WebAssembly and asm.js (thanks @CryZe!)
11
- Bugfix for images with APP14 segments longer than 12 bytes.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.1.15"
+version = "0.1.16"
authors = ["Ulf Nilsson <[email protected]>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments