Skip to content

Commit

Permalink
Move entries from Changed to Added in CHANGELOG.md (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Jan 14, 2025
1 parent d980845 commit 2ea1f16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The changes are relative to the previous release, unless the baseline is specifi
* Add the properties and numProperties fields to avifImage. They are filled by
the avifDecoder instance with the properties unrecognized by libavif. They are
written by the avifEncoder.
* Add avif(Un)SignedFraction structs and avifDoubleTo(Un)SignedFraction
utility functions.
* Add 'avifgainmaputil' command line tool to installed apps.
* Add avifCropRectRequiresUpsampling().

### Changed since 1.1.1
* avifenc: Allow large images to be encoded.
Expand All @@ -36,13 +40,10 @@ The changes are relative to the previous release, unless the baseline is specifi
* Update svt.cmd/svt.sh/LocalSvt.cmake: v2.3.0
* Change experimental gainmap API: remove avifGainMapMetadata and
avifGainMapMetadataDouble structs.
* Add avif(Un)SignedFraction structs and avifDoubleTo(Un)SignedFraction
utility functions.
* Turn on the gain map API. Remove the
AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP compile flag.
* Remove AVIF_ENABLE_GTEST CMake option. It's now implied by
AVIF_GTEST=LOCAL/SYSTEM.
* Add 'avifgainmaputil' command line tool to installed apps.
* Deprecate `avifEncoder`'s `minQuantizer`, `maxQuantizer`, `minQuantizerAlpha`,
and `maxQuantizerAlpha` fields. `quality` and `qualityAlpha` should be used
instead. Deprecate `avifenc`'s `--min`, `--max`, `--minalpha` and `--maxalpha`
Expand All @@ -54,7 +55,6 @@ The changes are relative to the previous release, unless the baseline is specifi
* Deprecate avifCropRectConvertCleanApertureBox() and
avifCleanApertureBoxConvertCropRect(). Replace them with
avifCropRectFromCleanApertureBox() and avifCleanApertureBoxFromCropRect().
* Add avifCropRectRequiresUpsampling().

## [1.1.1] - 2024-07-30

Expand Down

0 comments on commit 2ea1f16

Please sign in to comment.