From f6d398738ea794a1c609f631fabc34515fa85ad3 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Wed, 1 Oct 2025 22:09:33 +0100 Subject: [PATCH] Note the behaviour change of --stop-at-size with a zero size. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index fe5d42b..3b7723c 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -3,6 +3,7 @@ * *feature:* permit multiple arguments to **--watchfd** ([#12](https://codeberg.org/ivarch/pv/issues/12)) * *fix:* improve support for changing the format of a **--watchfd** process with **--remote** * *fix:* don't read more than **--size** bytes when using **--stop-at-size** ([#166](https://codeberg.org/ivarch/pv/issues/166)) + * *fix:* transfer nothing if **--stop-at-size** is given a **--size** of 0 ([#166](https://codeberg.org/ivarch/pv/issues/166)) ### 1.9.34 - 26 July 2025