@@ -5,9 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.6.0] - 2020-03-09
8
10
### Added
9
- - Update default dav1d version to 0.6.0
10
- - Update default rav1e version to v0.3.1
11
11
- ` avifRGBImage ` structure and associated routines (BREAKING CHANGE)
12
12
- avifImage alphaRange support
13
13
- Support pasp, clap, irot, imir metadata for encode/decode
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
- Lots of minor cleanup in code/CMake (wantehchang)
20
20
- Fix to NCLX color profile plumbing (ledyba-z)
21
21
- Cleanup unnecessary avifBool ternary expressions
22
+ - Update default dav1d version to 0.6.0
23
+ - Update default rav1e version to v0.3.1
22
24
23
25
## [ 0.5.7] - 2020-03-03
24
26
### Added
@@ -325,7 +327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
325
327
- Constants ` AVIF_VERSION ` , ` AVIF_VERSION_MAJOR ` , ` AVIF_VERSION_MINOR ` , ` AVIF_VERSION_PATCH `
326
328
- ` avifVersion() ` function
327
329
328
- [ Unreleased ] : https://github.com/AOMediaCodec/libavif/compare/v0.5.7...HEAD
330
+ [ Unreleased ] : https://github.com/AOMediaCodec/libavif/compare/v0.6.0...HEAD
331
+ [ 0.6.0 ] : https://github.com/AOMediaCodec/libavif/compare/v0.5.7...v0.6.0
329
332
[ 0.5.7 ] : https://github.com/AOMediaCodec/libavif/compare/v0.5.6...v0.5.7
330
333
[ 0.5.6 ] : https://github.com/AOMediaCodec/libavif/compare/v0.5.5...v0.5.6
331
334
[ 0.5.5 ] : https://github.com/AOMediaCodec/libavif/compare/v0.5.4...v0.5.5
0 commit comments