From 928dc840803f8c5022f810a23eea632087d39d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sun, 11 Aug 2024 22:59:52 +0200 Subject: [PATCH] Apply suggestions from code review --- release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.yaml b/release.yaml index ed0da2b3..8ff20b06 100644 --- a/release.yaml +++ b/release.yaml @@ -1,6 +1,6 @@ version: '1.0.5' changelog: |- - :tada: New features and improvements + New features and improvements ------------------------------------ + Add AV1 as a preferred codec option (#892) @Insprill @@ -10,7 +10,7 @@ changelog: |- + Improve HEVC codec handling in transcoding profiles (#895) @peterlodri92 + Specify encoding when converting hex-bytestring to string (#899) @oddstr13 - :white_check_mark: Tests + Tests ------------------------ + Improve HEVC codec handling in transcoding profiles (#895) @peterlodri92