From eba7fd22eacccea6edef898a26141611bdf8a01d Mon Sep 17 00:00:00 2001 From: BitesPotatoBacks <83843298+BitesPotatoBacks@users.noreply.github.com> Date: Wed, 20 Jul 2022 11:32:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a31ff9..065da84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.1.1 (July 20, 2022) +### Release Notes +This patch brings support for Apple M1 Pro/Max/Ultra Silicon with increased portability and chance of supporting new silicon as well. + +### Changelog +**Features and Fixes** +- **ADDED** Apple M1 Pro/max/Ultra support (closes issue #2) +- **FIXED** Unit hiding not working for ECPU due to unfixed loop code + +**Improvements** +- Code reduction and increased portability + +___ + ## v0.1.0 (July 1, 2022) ### Release Notes Initial Release for new and final renamed iteration of the project. More features to come in upcoming versions (see README for deets)