diff --git a/CHANGELOG.md b/CHANGELOG.md index df176b91..7b5ca3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | ------- | ---------- | --------------------------------------------------------------------------------------------------- | +| 5.23.12 | 2024-12-13 | `networkConnections()` fixed wrond PID parsing (macOS) | | 5.23.11 | 2024-12-13 | `networkConnections()` fixed wrond PID parsing (macOS) | | 5.23.10 | 2024-12-12 | `time()` changed retrieval of timezones (linux, macOS) | | 5.23.9 | 2024-12-11 | `typings` added definitions with overload | diff --git a/docs/history.html b/docs/history.html index 812fea2c..76ba248a 100644 --- a/docs/history.html +++ b/docs/history.html @@ -57,6 +57,11 @@

Full version history

+ + 5.23.21 + 2024-12-13 + networkConnections() fixed PID parsing macOS >= version 15 (macOS) + 5.23.11 2024-12-13 diff --git a/docs/index.html b/docs/index.html index 88c76fa2..e04b2fa7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -170,7 +170,7 @@
systeminformation
 
-
New Version: 5.23.11
+
New Version: 5.23.12