From 4bfe83a44520c03b7c440e11a223217670f70a89 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 9 May 2026 17:16:22 +0100 Subject: [PATCH] Note the --rate-limit change allowing decimal values. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 0fabd39..96a2642 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -5,6 +5,7 @@ * *fix:* introduce an intermediate pipe on inputs to allow `splice()` to be used to improve performance ([#188](https://codeberg.org/ivarch/pv/issues/188)) * *fix:* improve performance of **--discard** by splicing to /dev/null internally ([#191](https://codeberg.org/ivarch/pv/issues/191)) * *fix:* report signal interrupts on a new line, so that control-C doesn't write "^C" over the progress ([#187](https://codeberg.org/ivarch/pv/issues/187)) + * *fix:* allow decimal values for **--rate-limit** ([#193](https://codeberg.org/ivarch/pv/issues/193)) * *fix:* exit with an error if the PID file given to **--pidfile** cannot be replaced * *fix:* correct the **--help** word wrapping on very small terminals * *i18n:* Polish translations updated