From 96bc5798522dada3ecb9153ae91c256ba23905e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Sun, 15 Dec 2024 07:05:07 -0300 Subject: [PATCH] Updated HISTORY.md file. --- src/docs/HISTORY.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/docs/HISTORY.md b/src/docs/HISTORY.md index 3e533b78..6a3e8ad5 100644 --- a/src/docs/HISTORY.md +++ b/src/docs/HISTORY.md @@ -9,8 +9,6 @@ v1.3.1 and Is Deep, Is Lossy. - Added support for Flame's .otio files using OTIO's SerializableContainer in them. -- Added support for Flame's naming of filenames as localhost/ in .otio files. - This change is somewhat controversial in my opinion. - Updated libvpx compilation to MSVC2022, instead of MSVC2019, except on GitHub Actions. - Updated to FLTK's release 1.4.1. @@ -18,7 +16,10 @@ v1.3.1 - Improved build reporting swig version used. - Made tlRender compile after FLTK so that preferences can be read from tlRender. -- Made PathMappings' work on .otio files. +- Made PathMappings' work on .otio files. If building from source, you may + need to do a: + + $ runme.sh clean v1.3.0