diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-14 14:17:00 +0200 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-14 14:17:00 +0200 |
commit | 6019ecb9d65cfb3bd0b6da6d8acc2340ff453655 (patch) | |
tree | c1419dce8b9199e1a0670b292355dce3dfb0b1de /HISTORY.rst | |
parent | 544e9daa4f66a9f80d7bf6c7886d693ee42f0a13 (diff) | |
download | psutil-6019ecb9d65cfb3bd0b6da6d8acc2340ff453655.tar.gz |
update HISTORY/CREDITS
Diffstat (limited to 'HISTORY.rst')
-rw-r--r-- | HISTORY.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 9b39fa05..4eed6b8e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,15 @@ *Bug tracker at https://github.com/giampaolo/psutil/issues* +5.7.1 (unreleased) +================== + +XXXX-XX-XX + +**Bug fixes** + +- 1726_: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64. + (patch by Michał Górny) + 5.7.0 ===== |