From 78af24422a7fd7f16ae97b9ed357bf3055a7acae Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 9 May 2019 08:16:44 -0400 Subject: [PATCH] Changes: document MiB change --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index b864edca4..b038e111c 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,9 @@ This release contains contributions from (alphabetically by first name): ## Core ## + - All user-visible texts referring to "MB" and "GB" now use the standard + "MiB" and "GiB" wording, which matches what we were actually calculating + with (i.e. 2^20 and 2^30 respectively). #1129 - The side-pane, which shows the list of steps that will be executed, now tries to fit the text (name of each module) into the available space by shrinking the font as needed. #1137