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 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## Unreleased
6+
7+ ## v0.1.17 (2019-12-08)
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+
513## v0.1.16 (2019-08-25)
614- Minimum supported rust version changed to 1.28
715- Allow zero length DHT segments
Original file line number Diff line number Diff line change 11[package ]
22name = " jpeg-decoder"
3- version = " 0.1.16 "
3+ version = " 0.1.17 "
44authors = [" Ulf Nilsson <kaksmet@gmail.com>" ]
55description = " JPEG decoder"
66documentation = " https://docs.rs/jpeg-decoder"
You can’t perform that action at this time.
0 commit comments