docs: Update ChangeLog and README.md for 10.8.0
diff --git a/ChangeLog b/ChangeLog
index a6f09529..e4f9a755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2026-02-22 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 10.8.0 ***
+
+ Noteworthy changes compared to the previous release, 10.7.0:
+
+ New features:
+ - Limine boot protocol: Implement base revision 5.
+ - Limine boot protocol: Implement x86-64 Keep IOMMU feature.
+
+ Bug fixes:
+ - Fix font autoscaling not resetting per display in multi-display
+ configurations.
+ - Fix undefined behaviour in memmove() due to direct pointer
+ comparisons.
+ - Skip GOP and VBE modes with invalid pitch values.
+ - GOP: Work around firmware reporting incorrect pitch via QueryMode()
+ by fetching from gop->Mode->Info after SetMode().
+ - GOP: Ensure SetMode() is called at least once per handle to work
+ around firmware not initialising state without that.
+ - Fall back to EFI/BIOS console instead of panicking on small
+ terminals.
+
+ Miscellaneous:
+ - Disable Intel VT-d and AMD-Vi IOMMUs before kernel entry by default
+ for the Limine, multiboot1, and multiboot2 protocols.
+ - Try to gracefully disable x2APIC before handoff for the Limine
+ (unless kernel asks for it), multiboot1, and multiboot2 protocols.
+ - Replace cycle-based delay() with wall time calibrated stall().
+ - Prefer physical memory allocations below 4 GiB on x86.
+ - Align ACPI table memory map entries to page size where safe.
+ - Undo several overzealous limits and bounds checks added in prior
+ releases.
+ - Updated limine-protocol subproject to latest revision.
+
2026-02-10 Mintsuki <mintsuki@protonmail.com>
*** Release 10.7.0 ***
diff --git a/README.md b/README.md
index 481af579..84db795f 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `10.x` branch, one can do
```bash
git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `10.7.0`):
+or, to clone a specific binary point release (for example `10.8.0`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v10.7.0-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v10.8.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
