diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index be186168c..f8180b63f 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -769,12 +769,12 @@ changelog_header(8, $MINOR_VERSIONS);
DBA:
- - Fixed LMDB driver hanging when attempting to delete a non-existing key (Girgias)
+ - Fixed LMDB driver hanging when attempting to delete a non-existing key.
FPM:
- Fixed zlog message prepend, free on incorrect address.
- - Fixed possible double free on configuration loading failure. (Heiko Weber).
+ - Fixed possible double free on configuration loading failure.
GD:
@@ -791,7 +791,7 @@ changelog_header(8, $MINOR_VERSIONS);
- Standard:
- Fixed the crypt_sha256/512 api build with clang > 12.
- - Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David Carlier).
+ - Uses CCRandomGenerateBytes instead of arc4random_buf on macOs.