summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-15 21:54:42 +0100
committerGitHub <noreply@github.com>2020-11-15 21:54:42 +0100
commite58b0fdaeaedd73a0ca19ad23a63874708d86b91 (patch)
tree600b3f21857a2f4622e33988963e768c2b7dc335 /HISTORY.rst
parent21bb0822c7d30adc1e144e87d730cd67eb4fa828 (diff)
downloadpsutil-e58b0fdaeaedd73a0ca19ad23a63874708d86b91.tar.gz
Remove Travis and Cirrus, use GH also for FreeBSD (#1880)
Diffstat (limited to 'HISTORY.rst')
-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**