Skip to content

Commit

Permalink
Add deprecation removals to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Nov 5, 2022
1 parent 107e079 commit 60e0ed4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Changes:
* The minimum supported rust version is now indicated in `Cargo.toml`.
* The enums `TiffFormatError` and `TiffUnsupportedError` are now
marked with the `#[non_exhaustive]` attribute.
* Additionally, tag related enums `Value`, `Tags`, `Type`, `CompressionMethod`,
`PhotometricInterpretation`, `PlanarConfiguration`, `Predictor`,
`ResolutionUnit`, `SampleFormat` are also changed.

Removals:
* Removed deprecated methods of `Decoder`: `init`, `read_jpeg`

Fixes:
* Update to `jpeg_decoder = 0.3`.
Expand Down

0 comments on commit 60e0ed4

Please sign in to comment.