summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-01-24 15:42:50 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-01-24 15:42:50 +0100
commitde2bce900d5c4be75091ffc50ab99abb1d77f387 (patch)
tree1d7ffa77e18ab8269324e4814481d123b3ad3378
parent903d7b7635847296478404bafe2f74445c6a5379 (diff)
downloadpsutil-de2bce900d5c4be75091ffc50ab99abb1d77f387.tar.gz
update HISTORY
-rw-r--r--HISTORY.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 2806c2b0..755a6d7f 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,7 +7,8 @@
**Enhancements**
-- 357_: added Process.cpu_num() (what CPU the process is on).
+- 357_: added psutil.Process.cpu_num() (what CPU a process is on).
+- 941_: added psutil.cpu_freq() (CPU frequency).
**Bug fixes**