From f64eeab2f80a0746cd6cf49f152c7a19806dc4f3 Mon Sep 17 00:00:00 2001 From: petersulyok Date: Mon, 11 Mar 2024 19:40:50 +0100 Subject: [PATCH] Changed: changelog improved. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa558a1..80d1011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,13 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Encoding and parsing issues in partition data have been fixed (reported in issue #5): - Partition mounting point containing space character was displayed improperly in the demo - Partition label containing non-ascii character was displayed improperly in the demo +- The demo won't stop if a disk does not have temperature (e.g. USB pendrive) ## [3.0.0] - 2024-03-03 ### Added - [pySMART](https://pypi.org/project/pySMART/) library used in the refactored `Disk.get_temperature()` and - Disk.get_smart_data() methods + `Disk.get_smart_data()` methods - New attributed added for `NvmeAttributes()` class - New attributed added for `DiskSmartData()` class