From f5327bf84515b94c5de24eba9373c39105fa6922 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Thu, 1 Aug 2024 07:07:54 -0500 Subject: [PATCH] Update changelog with some more info from PRs --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d5be1a..6dcb90f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,15 @@ Requires macOS 12.0 and higher. ### Added ### Changed +- The `board-id` property has been moved to a `debug` log event + - Works around reports like [623](https://github.com/macadmins/nudge/issues/623) ### Fixed - The `unsupportedURL` key was not being honored when clicking on the Unsupported UI button - Addresses [626](https://github.com/macadmins/nudge/issues/626) +- Intel Virtual Machines now have a forced `board-id` property that complies with Apple's own logic/SOFA. + - Thanks to [Mykola Grymalyuk](https://github.com/khronokernel) for the [PR](https://github.com/macadmins/nudge/pull/622) + - Addresses [621](https://github.com/macadmins/nudge/issues/621) ## [2.0.5] - 2024-07-24 Requires macOS 12.0 and higher.