From 0dc710ca8dd385bfe18d49e253ffbb46366dd9e4 Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Mon, 31 Oct 2022 23:50:27 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a14ce..7caab03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,21 @@ This version adds support for the new Apple TV (3rd generation) that is released ### New features +- Retrieve a device's CPU info using eg. `Device.current.cpu`. ([#330](https://github.com/devicekit/DeviceKit/pull/330)) - Add ability to get current device's thermal state. ([#332](https://github.com/devicekit/DeviceKit/pull/332)) +- Add `.isSimulator` to tvOS and watchOS. ([#245](https://github.com/devicekit/DeviceKit/pull/245)) ### Bugfixes - Fix Apple Watch Series 7 device identifier being incorrect. ([#329](https://github.com/devicekit/DeviceKit/pull/329)) +### Contributors + +Thanks to all the contributers of this release! +- [parski](https://github.com/parski) +- [guidev](https://github.com/guidev) +- [chedabob](https://github.com/chedabob) + ## Version 4.8.0 Releasedate: 2022-10-28