docs: Update ChangeLog and README.md for 10.6.3
diff --git a/ChangeLog b/ChangeLog
index 4263df49..66226b40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2026-01-14 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 10.6.3 ***
+
+ Noteworthy changes compared to the previous release, 10.6.2:
+
+ Bug fixes:
+ - Fix an issue with the `limine` host tool where the files read by or
+ created by the `bios-install` command with the
+ `--uninstall-data-file=` flag were prefixed by `=` due to an
+ off-by-one error.
+ - Fix an issue with the `limine` host tool where the `--quiet` and
+ `--reset` flags could cause the next flag to be ignored due to an
+ off-by-one error.
+ - Fix an issue with the `limine` host tool that would allow a user to
+ provide a GPT BIOS boot partition to the `bios-install` command that
+ was 1 greater than the maximum number of partitions due to an
+ off-by-one error.
+ - Fix internal module path corruption in the Limine boot protocol code,
+ caused by a static buffer reuse bug.
+ - Add timeout for A20 address line initialisation in the keyboard
+ controller code path. Lack of this could cause hangs on certain older
+ "legacy-free" PCs.
+ - Fix a couple of minor memory leaks.
+ - Undo several overzealous "bug fixes" done since 10.5.0 for issues
+ that were impossible or highly unlikely to trigger in practice.
+ - Miscellaneous bug fixes.
+
2026-01-07 Mintsuki <mintsuki@protonmail.com>
*** Release 10.6.2 ***
diff --git a/README.md b/README.md
index f5989426..72a53678 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.6.2`):
+or, to clone a specific binary point release (for example `10.6.3`):
```bash
-git clone https://codeberg.org/Limine/Limine.git --branch=v10.6.2-binary --depth=1
+git clone https://codeberg.org/Limine/Limine.git --branch=v10.6.3-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
