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.
2 parents b51c9eb + cf486fa commit 0b19851Copy full SHA for 0b19851
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.12 (2017-04-07)
6
+- Fixed an integer overflow in `derive_huffman_codes`.
7
+- Updated `rayon` to 0.7.
8
+
9
## v0.1.11 (2017-01-09)
10
- Fixed an integer overflow.
11
- Updated `byteorder` to 1.0.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.1.11"
+version = "0.1.12"
authors = ["Ulf Nilsson <kaksmet@gmail.com>"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments