summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-11-21 22:08:05 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-11-21 22:08:05 +0100
commitb0c1b9f1d7e23ff32df5e500e22cc400387f9a8d (patch)
treeb9a000cf49a2c93a9db5d5c52305d1f3371ce222
parent3a3598e433adec73e2a9c4d5f08e658516fb1d32 (diff)
downloadpsutil-b0c1b9f1d7e23ff32df5e500e22cc400387f9a8d.tar.gz
#1177: give credits to @wiggin15
-rw-r--r--CREDITS2
-rw-r--r--HISTORY.rst1
-rw-r--r--docs/index.rst2
3 files changed, 4 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 811f48fe..d215c60f 100644
--- a/CREDITS
+++ b/CREDITS
@@ -57,7 +57,7 @@ W: http://www.jayloden.com
N: Arnon Yaari (wiggin15)
W: https://github.com/wiggin15
-I: 517, 607, 610, 1131, 1123, 1130, 1154, 1164, 1174
+I: 517, 607, 610, 1131, 1123, 1130, 1154, 1164, 1174, 1177
N: Jeff Tang
W: https://github.com/mrjefftang
diff --git a/HISTORY.rst b/HISTORY.rst
index 6dadb031..fb3311bb 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -9,6 +9,7 @@
- 1173_: introduced PSUTIL_DEBUG environment variable which can be set in order
to print useful debug messages on stderr (useful in case of nasty errors).
+- 1177_: added support for sensors_battery() on OSX. (patch by Arnon Yaari)
**Bug fixes**
diff --git a/docs/index.rst b/docs/index.rst
index f352d406..d34a1c45 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -766,6 +766,8 @@ Sensors
.. versionadded:: 5.1.0
+ .. versionchanged:: 5.4.2 added OSX support
+
.. warning::
this API is experimental. Backward incompatible changes may occur if