summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-28 17:51:34 -0500
committerSean E. Russell <ser@ser1.net>2020-05-28 18:21:03 -0500
commita1bd0cc9eeec86dac382c4b027fc738b96bfa2fe (patch)
treecd2b53ac892b29599eed1abef9a2c8ffd6a1bae9 /CHANGELOG.md
parent8a4261203136f27c6941f5f2034d8b64f2896723 (diff)
Fixes #95. When termui updates to the termbox-go with the FreeBSD fix, this can be reverted.
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e3966f..1b8d983 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,6 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Temperatures on Darwin were all over the place, and wrong (#48)
- Config file loading from `~/.config/gotop` wasn't working
- There were a number of minor issues with the config file that have been cleaned up.
+- Compile errors on FreeBSD due to golang.org/x/sys API breakages
+- Key bindings now work in FreeBSD (#95)
## [3.5.2] - 2020-04-28