File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## Unreleased
6
+
7
+ ## v0.1.17 (2019-12-07)
8
+ - Minimum supported rust version changed to 1.34
9
+ - Fix clippy::into_iter_on_array warning
10
+ - Ignore extraneous bytes after SOS
11
+ - Support IDCT Scaling
12
+
5
13
## v0.1.16 (2019-08-25)
6
14
- Minimum supported rust version changed to 1.28
7
15
- Allow zero length DHT segments
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jpeg-decoder"
3
- version = " 0.1.16 "
3
+ version = " 0.1.17 "
4
4
authors = [" Ulf Nilsson <kaksmet@gmail.com>" ]
5
5
description = " JPEG decoder"
6
6
documentation = " https://docs.rs/jpeg-decoder"
You can’t perform that action at this time.
0 commit comments