summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-15 05:15:33 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-15 05:15:33 +0100
commit93de2b8b9edad18dd3a0c612a6e616bea9c092a2 (patch)
tree11ad170423450708271bc707c28459723784d8d3
parent4ff511a25613ea11ca5ff68e0d9d7fa4ba30c826 (diff)
downloadpsutil-93de2b8b9edad18dd3a0c612a6e616bea9c092a2.tar.gz
update HISTORY
-rw-r--r--HISTORY.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index bcbffa69..58626e10 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,9 +7,12 @@ XXXX-XX-XX
**Enhancements**
-- 1872_: [Windows] added support for PyPy 2.7.
- 1863_: `disk_partitions()` exposes 2 extra fields: `maxfile` and `maxpath`,
which are the maximum file name and path name length.
+- 1872_: [Windows] added support for PyPy 2.7.
+- 1879_: provide pre-compiled wheels for Linux and macOS (yey!).
+- 1880_: get rid of Travis and Cirrus CI services (they are no longer free).
+ CI testing is now done by GitHub Actions on Linux, macOS and FreeBSD (yes). AppVeyor is still being used for Windows CI.
**Bug fixes**