From e28558b607833b34e371557bb46eef125891e10a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 14 Aug 2022 09:12:15 +0200 Subject: [PATCH] NEWS: re-order for release --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 8812e157a..38e36b15f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,6 +16,8 @@ ## Bug fixes +* mkvmerge: AV1 OBU parser: fixed identifying files that only contain single + frame. Fixes #3380. * MKVToolNix GUI: multiplexer: when reading color parameters from identified files that are floating point numbers (minimum/maximum luminance, projection pitch/roll/yaw) the numbers will be formatted in floating-point notation @@ -25,8 +27,6 @@ numbers (minimum/maximum luminance, projection pitch/roll/yaw) will only be set to a value during identification if the identification actually contains the property, and not to 0 anymore if it doesn't. -* mkvmerge: AV1 OBU parser: fixed identifying files that only contain single - frame. Fixes #3380. ## Build system changes