Skip to content

Commit

Permalink
Changelog and metadata for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Dec 10, 2022
1 parent aa42fcb commit 4dea7c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version 0.8.1

Changes:
* The jpeg decoder gained to ability to utilize the Photometric Interpretation
directly instead of relying on a custom APP segment.

Fixes:
* A spurious error within the PackBits decoder lead to the incorrect results
(wrong bits or errors), based on the maximum size of reads from the
underlying reader.
* Removed a panic path in jpeg decoding, when a feature such as photometric
interpretation is not supported. An error is returned instead.

# Version 0.8.0

Changes:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tiff"
version = "0.8.0"
version = "0.8.1"
edition = "2018"
resolver = "2"

Expand Down

0 comments on commit 4dea7c4

Please sign in to comment.