summaryrefslogtreecommitdiffstats
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2023-05-21 18:10:15 -0700
committerMark Wong <markwkm@gmail.com>2023-05-21 18:10:15 -0700
commit32d9c58f8b9decea683d2766cbd00707de150b0f (patch)
tree02420302f00add0e136952d7c3536a8629725afe /HISTORY.rst
parent15d2d31ad8d22a836dbb0c1578b0b92a2a7766c3 (diff)
Fix string truncation warnings
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 3c54c75..009c532 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,6 +7,7 @@ YYYY-MM-DD v4.0.1
* Set CMake minimum version to 2.8.12
* Add container files for creating an AppImage using AppImageKit v13
* Update AppImage notes
+* Fix string truncation warnings in byte and kilobyte pretty functions
2020-08-05 v4.0.0
-----------------