From d3cfd7dcf2cf66cf38b7a9a8709c316adc4de9f0 Mon Sep 17 00:00:00 2001 From: Frederic Devernay Date: Mon, 19 Apr 2021 16:09:42 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80ec6f4f7..1ba379a80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,14 @@ ### Known issues - Rendering sometimes silently stalls after X frames #248 -- Some image formats may have issues (PCX, PSB, CR2) +- Some image formats may have issues (PCX, PSB, CR2) #602 ### Changes - Updated documentation. #572 #566 #551 #539 #538 #537 #520 #514 - Handle console output on Windows. #524 - Detect user installed fonts on Windows 10. #523 -- New Windows installer #596 +- New Windows installer. #596 - Improvements to SequenceFileDialog. #565 - Snap timeline alpha cursor to nearest frame. #574 - Handle UTF-8 values in KnobTable (fixes use of project path containing Unicode). #578 @@ -27,13 +27,13 @@ - Support cloned group nodes or hard links between groups. #568 #579 #594 #598 - Default keyframe interpolation method for strokes and shapes is now "Smooth" (was "Linear"). #597 - Fix animation of Roto Beziers with non-broken tangents. #102 -- Remember properties panels state when reopening project #168 +- Remember properties panels state when reopening project. #168 ### Plugins - ReadFFmpeg, WriteFFmpeg: upgrade to work more nicely with the FFmpeg 4 API. #148 #231 #241 - ReadFFmpeg: add support for reading AV1 & Canopus HQ/HQX/Lossless. -- WriteFFmpeg: add support for writing AV1. +- WriteFFmpeg: add support for writing AV1 & Cineform HD. - Fix another bug in DenoiseSharpen that caused crash when stoping/aborting. #300 - Fix Lin2Log to be consistent with Log2Lin. #570 - Merge: never consider RGB as being transparent by default - this is OK for unpremultiplied compositing (After Effects) but is invalid in a premultiplied compositor such as Natron or Nuke. Users still have the option to ignore the alpha channel. #571