From 8faae3a90543fae9b891136c73a1fee1d358f9cc Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Mon, 8 Feb 2021 11:31:00 +0100 Subject: [PATCH] baseboard() added memMax, memSlots, smaller improvements Raspberry --- CHANGELOG.md | 1 + docs/changes.html | 3 +++ docs/history.html | 5 +++++ docs/index.html | 2 +- docs/system.html | 20 ++++++++++++++++++++ 5 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0257d5e..913227e 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 | | -------------- | -------------- | -------- | +| 5.1.1 | 2020-02-08 | `baseboard()` added memMax, memSlots, smaller improvements Raspberry | | 5.1.0 | 2020-02-08 | `memLayout()` added ECC flag, `bios()` added language, features (linux) | | 5.0.11 | 2020-02-07 | `fsSize()` fixed windows WSL issue | | 5.0.10 | 2020-02-06 | `getDynamicData()` fixed windows WSL issue | diff --git a/docs/changes.html b/docs/changes.html index 9ea3534..705501b 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -165,6 +165,8 @@

I know, these are a lot of changes, but for the sake of a consistent interface and to be future proof, we think that this was necessary. Thynk you for your understanding.

Other Improvements and Changes