diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2569ac8..c3a4e4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -77,6 +77,8 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
+| 5.6.10 | 2021-03-29 | `vboxInfo()` fixed windows bug |
+| 5.6.9 | 2021-03-28 | `graphics()` fixed nvidia-smi compare bug |
| 5.6.8 | 2021-03-22 | typescript definitions fix `wifiInterfces()`, `wifiConnections()` |
| 5.6.7 | 2021-03-16 | `inetLatency()` `ineChecksite()` schema validation |
| 5.6.6 | 2021-03-16 | code refactoring |
diff --git a/README.md b/README.md
index 8fad89e..03b938d 100644
--- a/README.md
+++ b/README.md
@@ -360,9 +360,9 @@ Full function reference with examples can be found at [https://systeminformation
| si.fullLoad(cb) | : integer | X | | X | X | | CPU full load since bootup in % |
| si.processes(cb) | {...} | X | X | X | X | X | # running processes |
| | all | X | X | X | X | X | # of all processes |
-| | running | X | X | X | X | X | # of all processes running |
-| | blocked | X | X | X | X | X | # of all processes blocked |
-| | sleeping | X | X | X | X | X | # of all processes sleeping |
+| | running | X | X | X | | X | # of all processes running |
+| | blocked | X | X | X | | X | # of all processes blocked |
+| | sleeping | X | X | X | | X | # of all processes sleeping |
| | unknown | | | | X | | # of all processes unknown status |
| | list[] | X | X | X | X | X | list of all processes incl. details |
| | ...[0].pid | X | X | X | X | X | process PID |
diff --git a/docs/history.html b/docs/history.html
index 626b88c..3832da3 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -56,6 +56,16 @@