diff --git a/CHANGELOG.md b/CHANGELOG.md index 248bfb6..0f8e479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 4.18.1 | 2020-01-07 | updated docs | | 4.18.0 | 2020-01-07 | `networkInterfaces()` added dhcp for mac os, added dhcp linux fallback | | 4.17.3 | 2020-01-05 | code cleanup | | 4.17.2 | 2020-01-05 | `cpu().speed` AMD base frequency and fix (0.00) | diff --git a/README.md b/README.md index bd683cd..c98bc64 100644 --- a/README.md +++ b/README.md @@ -451,10 +451,6 @@ I also created a nice little command line tool called [mmon][mmon-github-url] ( | | [0].dnsSuffix | X | | | X | | DNS suffix | | | [0].ieee8021xAuth | X | | | X | | IEEE 802.1x auth | | | [0].ieee8021xState | X | | | X | | IEEE 802.1x state | - dhcp: boolean; - dnsSuffix: string; - ieee8021xAuth: string; - ieee8021xState: string; | | [0].carrierChanges | X | | | | | # changes up/down | | si.networkInterfaceDefault(cb) | : string | X | X | X | X | X | get name of default network interface | | si.networkGatewayDefault(cb) | : string | X | X | X | X | X | get default network gateway | diff --git a/docs/history.html b/docs/history.html index 7c55791..2241e70 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,11 @@
+