summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorChris Lalancette <clalancette@gmail.com>2022-09-06 12:23:08 -0400
committerGitHub <noreply@github.com>2022-09-06 18:23:08 +0200
commit70eecaf44d61f2cabcd22ffb407b904242a122c9 (patch)
tree29d605b10d7cde532d5aade3b9939bc16c94988b /HISTORY.rst
parent9f9a82d02c901f62512236b44edb050f84cbe5b6 (diff)
downloadpsutil-70eecaf44d61f2cabcd22ffb407b904242a122c9.tar.gz
Add in support for network interface flags. (#2037)
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 7767c08a..572c7f26 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -24,6 +24,7 @@
- 1053_: drop Python 2.6 support. (patches by Matthieu Darbois and Hugo van
Kemenade)
+- 2037_: Add additional flags to net_if_stats.
- 2050_, [Linux]: increase ``read(2)`` buffer size from 1k to 32k when reading
``/proc`` pseudo files line by line. This should help having more consistent
results.