From daa06e5415de2d333dba8a8e647070ccc25d6789 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 22 Dec 2024 11:30:57 +0000 Subject: [PATCH] Note the macOS --watchfd fix. --- docs/NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 3058e06..16ea8c4 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,3 +1,7 @@ +### UNRELEASED + + * *fix:* test failure of **--watchfd** on macOS corrected + ### 1.9.24 - 19 December 2024 * *feature:* new **--format** sequences for graphical progress bars - "**%{bar-block}**", "**%{bar-granular}**", and "**%{bar-shaded}**" ([#15](https://codeberg.org/a-j-wood/pv/issues/15))