summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2023-03-31 00:00:00 -0500
committerCraig Small <csmall@dropbear.xyz>2023-04-05 07:20:35 +1000
commit0e98e0677752272405652fd0cb1b73933236f873 (patch)
tree6338475fa8e1df5ba15dec12cd93dfe5aa57068a
parentc2ab0adc6d2dcd8a6ccc90532c44650b29bbfd76 (diff)
downloadprocps-ng-0e98e0677752272405652fd0cb1b73933236f873.tar.gz
NEWS: darn, I forgot to label one change as issue #272
Signed-off-by: Jim Warner <james.warner@comcast.net>
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3cb80ec..08776d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
procps-ng-NEXT
---------------
* library (API & ABI unchanged)
- tolerates all potential 'cpuinfo' formats
+ tolerates all potential 'cpuinfo' formats issue #272
* pgrep: Use only --signal option for signal Debian #1031765
* tests: dont compare floats with == issue #271
* top: bad command line arguments yield EXIT_FAILURE issue #273