docs: Update ChangeLog and README.md for 11.4.0
diff --git a/ChangeLog b/ChangeLog
index 74e7dbcd..6a5b50ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2026-04-19 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 11.4.0 ***
+
+ Noteworthy changes compared to the previous release, 11.3.1:
+
+ New features:
+ - Revamped BIOS early-stage decompressor, replacing gzip (tinf) with a
+ simpler, smaller, faster, and more auditable compressor/decompressor
+ using a fixed-width LZ77 encoding purpose-tailored for x86 code mixed
+ with data by Kamila Szewczyk.
+ - Implement timeout and entry control of the Boot Loader Interface
+ (BLI).
+ - Make `graphics: no` functional on UEFI ports as well.
+
+ Bug fixes:
+ - Revert the "Call Apple set_os protocol on UEFI" change from 11.3.1 as
+ that seems to have been causing issues relating to input devices on
+ certain other Apple systems, pending investigation and usefulness
+ assessment.
+ - Many assorted bug fixes and improvements.
+
2026-04-09 Mintsuki <mintsuki@protonmail.com>
*** Release 11.3.1 ***
diff --git a/README.md b/README.md
index 73b74d1c..14877260 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `11.x` branch, one can do
```bash
git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `11.3.1`):
+or, to clone a specific binary point release (for example `11.4.0`):
```bash
-git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.3.1-binary --depth=1
+git clone https://github.com/Limine-Bootloader/Limine.git --branch=v11.4.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
