From 7c84dc98908d8ad223da207e211227be45cc7b55 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 25 Jul 2025 23:57:23 +0100 Subject: [PATCH] Note the fix for #163. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index 144bedf..1974bc4 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,6 +1,7 @@ ### 1.9.33 - UNRELEASED * *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)) + * *fix:* correct a memory handling fault when using **--bar-style** with **--watchfd** ([#163](https://codeberg.org/ivarch/pv/issues/163)) * *i18n:* French translations updated ### 1.9.31 - 28 January 2025