From 569c818711278ea3e3e7fd00a603a0eda4d70a11 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Tue, 6 Feb 2018 00:00:59 +0100 Subject: [PATCH] Another small release notes update Used [0;1] notation instead of [0-1], to help me sleep. --- RELEASE_NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 30a90a2bf..45b29a7d1 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -28,7 +28,7 @@ New features since 5.3: - Added support for reading and writing metadata and ICC profiles to and from PNG images. - Added support for processing Sony Pixel Shift ARQ raw files - make sure that the ARQ extension is enabled in Preferences > File Browser > Parsed Extensions. - Create Sony ARQ raw files using https://github.com/agriggio/make_arq -- Added support for saving 32-bit floating-point TIFFs clamped to [0-1]. +- Added support for saving 32-bit floating-point TIFFs clamped to [0;1]. - Added profiled chromatic aberration correction support using Lensfun. - More tools now have an on/off switch. - The user interface is cleaner, with all power-house tools moved into a new "Advanced" tab to prevent slider-shock to newcomers.