diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9eb4a3e..fc36209 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,8 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
-| 4.15.2 | 2019-11-10 | type definitions and docs update |
+| 4.16.0 | 2019-11-27 | `networkGatewayDefault()` added |
+| 4.15.3 | 2019-11-10 | type definitions and docs update |
| 4.15.2 | 2019-11-10 | `mem()` improved calculation linux |
| 4.15.1 | 2019-11-10 | `diskLayout()` added support for older lsblk versions (linux) |
| 4.15.0 | 2019-11-10 | `cpu()` added governor (linux) |
diff --git a/README.md b/README.md
index 9fa10d1..23415c6 100644
--- a/README.md
+++ b/README.md
@@ -277,7 +277,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
| Function | Result object | Linux | BSD | Mac | Win | Sun | Comments |
| --------------- | ------------- | ----- | ------- | --- | --- | --- | -------- |
| si.osInfo(cb) | {...} | X | X | X | X | X | OS information |
-| | platform | X | X | X | X | X | 'Linux', 'Darwin', 'Windows' |
+| | platform | X | X | X | X | X | 'linux', 'darwin', 'win32', ... |
| | distro | X | X | X | X | X | |
| | release | X | X | X | X | X | |
| | codename | | | X | | | |
diff --git a/docs/history.html b/docs/history.html
index 4b5c709..1f93bc1 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -83,6 +83,11 @@