From 80866cdb402e5809677feb7cf62f1dda4832d367 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sun, 3 Feb 2019 00:10:07 +0100 Subject: [PATCH] updated docs --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8590c58..2370574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,17 @@ ### Major Changes - Version 4 -New Functions +**New Functions** - `chassis()`: chassis information -Breaking Changes +**Breaking Changes** - `networkStats()`: will provide an **array** of stats for all given interfaces. In previous versions only one interface was provided as a parameter. Pass '*' for all interfaces - `networkStats()`: `rx` and `tx` changed to `rx_bytes` and `tx_bytes` - `dockerContainerStats()`: will provide an **array** of stats for all given docker containers. In previous versions only one interface was provided as a parameter. Pass '*' for all docker containers -Other Changes +**Other Changes** - `system()` optimized system detection (e.g. new Raspberry Pi models, ...) - `system()`, `bios()`, `baseboard()` information also as non-root (linux)