docs: Update ChangeLog and README.md for 7.0.1
diff --git a/ChangeLog b/ChangeLog
index 92cc4726..85432be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2024-01-22 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 7.0.1 ***
+
+ Noteworthy changes compared to the previous release, 7.0.0:
+
+ Bug fixes:
+ - Fix ARM64/aarch64 spinup code to properly support Apple Silicon
+ chips.
+ - Prevent users from building Limine with a GNU Make version older than
+ 4.2, as that is not supported, by gracefully erroring out with a
+ useful error message.
+ - Avoid usage of reserved C identifiers in certain cases.
+
+ Miscellaneous:
+ - Drop usage of "libgcc-binaries" for "cc-runtime". This finally makes
+ us able to ship Limine tarballs without included binary blobs, and
+ should improve compatibility with more obscure toolchain set ups.
+
2024-01-14 mintsuki <mintsuki@protonmail.com>
*** Release 7.0.0 ***
diff --git a/README.md b/README.md
index e3aef384..0658bd38 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,9 @@ For example, to clone the latest binary release, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=binary --depth=1
```
-or, to clone a specific binary point release (for example `7.0.0`):
+or, to clone a specific binary point release (for example `7.0.1`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v7.0.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
