diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index d0229d97..ee9735b6 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -54,12 +54,12 @@
General:
- - Improved decoding efficiency of all bit depths but especially so for 24 bits (a series of patches from lvqcl).
- - Faster encoding using SSE and AVX (many separate patches from lvqcl).
+ - Improved decoding efficiency of all bit depths but especially so for 24 bits (lvqcl).
+ - Faster encoding using SSE and AVX (lvqcl).
- Fixed bartlett, bartlett_hann and triangle functions.
- - New apodization functions partial_tukey and punchout_tukey for improved compression.
- - Retuned compression presets to incorporate new apodization functions.
- - Fix -Wcast-align warnings on armhf architecture.
+ - New apodization functions partial_tukey and punchout_tukey for improved compression (Martijn van Beurden).
+ - Retuned compression presets to incorporate new apodization functions (Martijn van Beurden).
+ - Fix -Wcast-align warnings on armhf architecture (Erik de Castro Lopo).
@@ -97,7 +97,7 @@
build system:
- - Many fixes and improvements across all the buiuld systems.
+ - Many fixes and improvements across all the build systems.
@@ -110,7 +110,7 @@
libraries:
- - Fix CVE-2014-9028 (heap write overflow) and CVE-2014-8962 (heap read overflow).
+ - Fix CVE-2014-9028 (heap write overflow) and CVE-2014-8962 (heap read overflow) (Erik de Castro Lopo).