summaryrefslogtreecommitdiff
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes4
1 files changed, 4 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 9a751ffdb49..779a081480f 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -51,3 +51,7 @@ v0.71
* Any direct users of the 'tmap' portion of the librados API should be
aware that the automatic tmap -> omap conversion functionality has
been removed.
+
+* Most output that used K or KB (e.g., for kilobyte) now uses a
+ lower-case k to match the official SI convention. Any scripts that
+ parse output and check for an upper-case K will need to be modified.