diff --git a/CHANGELOG.md b/CHANGELOG.md index fc074a2..de6d8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] - 2024-03-03 ### Added -- [pySMART](https://pypi.org/project/pySMART/) library used in the refactored Disk.get_temperate() and +- [pySMART](https://pypi.org/project/pySMART/) library used in the refactored `Disk.get_temperature()` and Disk.get_smart_data() methods -- New attributed added for NvmeAttributes() class -- New attributed added for DiskSmartData() class +- New attributed added for `NvmeAttributes()` class +- New attributed added for `DiskSmartData()` class ### Changed - support of Python 3.7 removed ### Fixed - LOOP disks handled without problems -- Disk.get_smart_data() can be executed wider range of hard disks and SSDS without problems +- `Disk.get_smart_data()` can be executed on a wider range of hard disks and SSDs without problems ## [2.1.2] - 2024-01-02