diff --git a/Changelog.md b/Changelog.md
index b40b36a..994a5ba 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,8 +8,11 @@
✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash
✓ Make sure at least one password characters category is checked when generating
✓ Use `desktop-file-validate` to find and remove deprecated fields and fix invalid ones in the .desktop for .deb and AppImage
- ✓ .deb and AppImage optimizations
- ✓ Snapcraft uses software OpenGL rendering as well now, I statically linked libc6 et al for best cross-platform compatibility, also added NO_AT_BRIDGE=1 to fix an issue on Arch Linux (#75)
+ ✓ .deb and AppImage optimizations, reliability improvements
+ ✓ Snapcraft uses software OpenGL rendering as well now
+ ✓ Statically linked libc6, etc. for best cross-platform compatibility for Snapcraft
+ ✓ Added NO_AT_BRIDGE=1 to Snapcraft to fix an issue on Arch Linux (#75)
+ ✓ Clean up unnecessary files in dependencies
# v1.27 (Released 05/02/2022)