diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78cb02fb40b0313ab7e3274a38880dddcbccc14c..c2d2fe79774ce244889c99b2bb5d68ef0d0e696d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,8 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - #27 - star matches slashes (e.g. for `FIND ... STORED AT /*.dat`).
 - #30 - file path cannot be in quotes
-- #46 - Server-side scripting failed as an unprivileged user because the was no
-  writable home directory.
+- #46 - Server-side scripting failed as an unprivileged user because there was
+  no writable home directory.
 - NaN Double Values (see #41)
 - #14 - Handle files on file system without File entity: Those entries are
   returned without ID but with a notice now.
@@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Security (in case of vulnerabilities)
 
 - TLS is by default restricted to v1.2 and v1.3 now.
-- #11 - `pam_authentication` and `ldap_authentication.sh` leaked the password to unprivileged
+- #11 - PAM and LDAP authentication no longer leak the password to unprivileged
   processes on the same machine.
 - #68 - Shadow sensitive information when logging for debugging purposes.