about summary refs log tree commit diff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-24 18:40:27 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-24 18:40:27 +0100
commit5562b59e19bacd21eb3e3ec28f5dff2e99085b4d (patch)
treea283c8cb8bcdca76a5275d81a498221b0694a25d /NEWS.md
parent8191e3d50e3459f035e6eea510dd4acdbc709fc2 (diff)
downloadlr-5562b59e19bacd21eb3e3ec28f5dff2e99085b4d.tar.gz
lr-5562b59e19bacd21eb3e3ec28f5dff2e99085b4d.tar.xz
lr-5562b59e19bacd21eb3e3ec28f5dff2e99085b4d.zip
print file size in groups of three digits when -G is used
We use a custom printing function as %'jd is locale-dependent (and not
implemented in musl).
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 8a43628..14f56c7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,7 @@
 
 * Feature: new option `-P` to quote filenames with `$'...'` syntax.
 * Feature: invalid UTF-8 filenames are quoted now.
+* Feature: colorized file size output now uses groups of three digits.
 
 ## 1.2 (2017-11-17)