summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-31 10:24:29 -0500
committerSean E. Russell <ser@ser1.net>2020-05-31 10:24:29 -0500
commit299b4397d17ad90bf6da5abb1fcf45a18eb37fa7 (patch)
treeba7059b4f788c182eb78f472c27aed7f1d8b8f6f /CHANGELOG.md
parente72e7be141846948d02da4ec58fe6f1166030e26 (diff)
parent5840773ec6637c94f7eba17d7c11d6d2e7eebd8c (diff)
Merge tag 'v3.5.3'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4f6f77..64cb985 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -67,7 +67,7 @@ The FreeBSD bugfix release. While there are non-FreeBSD fixes in here, the focus
### Fixed
-- Compile errors on FreeBSD due to `golang.org/x/sys` API breakages
+- Address FreeBSD compile errors resulting to `golang.org/x/sys` API breakages
- Key bindings now work in FreeBSD (#95)
- Eliminate repeated logging about missing sensor data on FreeBSD VMs (#97)
- Investigated #14, a report about gotop's memory not matching `top`'s numbers, and came to the conclusions that (a) `gotop` is more correct in some cases (swap) than `top`, and (b) that the metric `gotop` is using (`hw.physmem`) is probably correct -- or that there's no obviously superior metric. So no change.