From 8ae549c47f2305d84709dc6c5a47415e3b8d87d2 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 27 Sep 2025 18:31:24 +0100 Subject: [PATCH] Mention the --watchfd multiple arguments feature (#12). --- docs/NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 14484a6..0a11d32 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,3 +1,7 @@ +### UNRELEASED + + * *feature:* permit multiple arguments to **--watchfd** ([#12](https://codeberg.org/ivarch/pv/issues/12)) + ### 1.9.34 - 26 July 2025 * *fix:* prevent tight loop consuming CPU when waiting for a partially filled output pipe to be drained ([#164](https://codeberg.org/ivarch/pv/issues/164))