summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-05-09 08:16:44 -0400
committerAdriaan de Groot <groot@kde.org>2019-05-09 08:16:44 -0400
commit78af24422a7fd7f16ae97b9ed357bf3055a7acae (patch)
treea9640b85f3708f4680b68a07bdae2137c66432f6
parentbbd2afc20fd76616b592883e490d3db68b3c9cce (diff)
Changes: document MiB change
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
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