docs: Update ChangeLog and README.md for 8.4.1
diff --git a/ChangeLog b/ChangeLog
index f45fcc57..3bb3d007 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2024-11-25 mintsuki <mintsuki@protonmail.com>
+
+ *** Release 8.4.1 ***
+
+ Noteworthy changes compared to the previous release, 8.4.0:
+
+ Miscellaneous:
+ - Limine boot protocol: Ensure machines with pre-enabled x2APIC are
+ properly supported.
+ - Reuse a viable framebuffer for UEFI fallback terminal output (like on
+ panics) if boot services have been exited instead of bailing out.
+ - Miscellaneous build system updates.
+
2024-11-08 mintsuki <mintsuki@protonmail.com>
*** Release 8.4.0 ***
diff --git a/README.md b/README.md
index 24a51904..9ffb831f 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `8.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v8.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `8.4.0`):
+or, to clone a specific binary point release (for example `8.4.1`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v8.4.0-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v8.4.1-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
