summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-24 14:38:14 -0500
committerSean E. Russell <ser@ser1.net>2020-05-24 14:38:14 -0500
commitd7773a87b86a75c2bc6fa9912d376bc89ce4fa34 (patch)
tree12be3fe3570ece6be263e04ba0dd5609bdf44850 /CHANGELOG.md
parentc05b3478ca5ab4043372b9028ebc7499372bf1e9 (diff)
parent9fd6764acfa81be0b28458fd62844ad341c96740 (diff)
Merge branch 'master' into v4.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4ff77d..384d7f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Adds ability to write out a configuration file
- Adds a command for specifying the configuration file to use
- Merged cmatsuoka's console font contribution
+- Added contribution from @wcdawn for building on machines w/ no Go/root access
### Changed
@@ -40,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extensions are now built with a build tool; this is an interim solution until issues with the Go plugin API are resolved.
- Command line help text is cleaned up.
- Version bump of gopsutil
+- Prometheus client replaced by [VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics). This eliminated 6 indirect package dependencies and saved 3.5MB (25%) of the compiled binary size.
+- Relicensed to MIT-3
### Removed