From a09557b782381ed6ba48d372325a44815c7e5443 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Mon, 5 Feb 2018 23:40:15 +0100 Subject: [PATCH] Small release notes update Replaced "clamped and clipped" with just "clamped" - IRC. --- RELEASE_NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 396763ab9..30a90a2bf 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 and clipped 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.