From c718a00e2cfe137808b3845dcdd1e792798fb214 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 16 Jul 2023 23:28:47 +0100 Subject: [PATCH] Note the translation file updates --- doc/NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/NEWS.md b/doc/NEWS.md index fbb02a2..03c10d1 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -10,6 +10,8 @@ UNRELEASED * feature: new "`--bits`" option to show bit count instead of byte count (adapted from pull request [#63](https://github.com/a-j-wood/pv/pull/63) supplied by [Nick Black](https://nick-black.com)) * feature: new "`--average-rate-window`" option, to set the window over which the average rate is calculated, also used for ETA (modified from pull request [#65](https://github.com/a-j-wood/pv/pull/65) supplied by [lemonsqueeze](https://github.com/lemonsqueeze)) * feature: the "`--watchfd`" option will now show relative filenames, if they are under the current directory (pull request [#66](https://github.com/a-j-wood/pv/pull/66) supplied by [ikasty](https://github.com/ikasty)) + * i18n: recoded Polish translation file to UTF-8 + * i18n: removed inaccurate fuzzy translation matches * docs: moved all open issues into GitHub and updated the TODO list * docs: renamed README to README.md and altered it to Markdown format * docs: moved contributors from the README to docs/ACKNOWLEDGEMENTS.md @@ -17,7 +19,7 @@ UNRELEASED * docs: moved NEWS to NEWS.md, converted it to UTF-8, and altered it to Markdown format 1.6.20 - 12 September 2021 - * fix: add missing stddef.h include to number.c (Sam James) + * fix: add missing `stddef.h` include to `number.c` (Sam James) 1.6.19 - 5 September 2021 * fix: starting pv in the background no longer immediately stops unless the transfer is to/from the terminal (Andriy Gapon, Jonathan Elchison)