docs: Update ChangeLog and README.md for 9.5.2
diff --git a/ChangeLog b/ChangeLog
index aa49e491..942382d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2025-08-01 Mintsuki <mintsuki@protonmail.com>
+
+ *** Release 9.5.2 ***
+
+ Noteworthy changes compared to the previous release, 9.5.1:
+
+ Bug fixes:
+ - Revert change that moved to `nm` from `objdump` for generating the
+ symbol table, as that broke section-specific symbol dumps and caused
+ BIOS stage 2 to be bloated with the full symbol table.
+
+ Miscellaneous:
+ - Miscellaneous build system updates and improvements.
+
2025-07-29 Mintsuki <mintsuki@protonmail.com>
*** Release 9.5.1 ***
diff --git a/README.md b/README.md
index 4b8046b8..c54469e7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Limine [](https://github.com/limine-bootloader/limine/actions/workflows/check.yml) [](https://discord.gg/Z93u2ZUNZs)
+# Limine [](https://github.com/limine-bootloader/limine/actions/workflows/check.yml) [](https://discord.gg/Z93u2ZUNZs)
<p align="center">
<img src="https://github.com/limine-bootloader/limine/blob/trunk/logo.png?raw=true" alt="Limine's logo"/>
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
```
-or, to clone a specific binary point release (for example `9.5.1`):
+or, to clone a specific binary point release (for example `9.5.2`):
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.1-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v9.5.2-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary
