From bd9af0421cc83d5ef3bcecade7ff797f241aa53f Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Wed, 12 Nov 2025 14:32:49 +0000 Subject: [PATCH] Note the fix for --watchfd with multiple arguments (#170). --- docs/NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 8cd0f4f..7d71453 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,3 +1,7 @@ +### 1.10.1 - UNRELEASED + + * *fix:* correct **--watchfd** memory allocation error when given multiple arguments ([#170](https://codeberg.org/ivarch/pv/issues/170)) + ### 1.10.0 - 7 November 2025 * *feature:* new **--query** option to show the transfer status of another running **pv** ([#101](https://codeberg.org/ivarch/pv/issues/101))