From 6dbcd786c522216585f05a4bbf931d6ef7d75f71 Mon Sep 17 00:00:00 2001 From: PMheart <17109513+PMheart@users.noreply.github.com> Date: Tue, 5 Jul 2022 17:33:17 +0200 Subject: [PATCH] Docs: Sync changelog --- Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 690f6bd2..354d5ec8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,15 @@ OpenCore Changelog ================== +#### v0.8.3 +- Added ext4 file system driver + #### v0.8.2 - Fixed `AppleCpuPmCfgLock` on macOS 13 - Fixed `DummyPowerManagement` on macOS 13 - Updated builtin firmware versions for SMBIOS and the rest - Added macOS 13 support for `AvoidRuntimeDefrag` Booter quirk - Added injected kext bundle version printing in DEBUG builds -- Added Linux compatibility for CreateVault scripts +- Added Linux compatibility for CreateVault scripts #### v0.8.1 - Improved `ExtendBTFeatureFlags` quirk on newer macOS versions, thx @lvs1974