diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index f5616b9c..45eddbeb 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -61,7 +61,7 @@
General:
- - Improved compression with no impact on format or decoding speed.
+ - Improved compression with no change to format or decrease in speed.
- Encoding and decoding speedups for all modes. Encoding at -8 is twice as fast.
@@ -80,7 +80,7 @@
flac:
- - Improved compression with no impact on format or decoding speed.
+ - Improved compression with no change to format or decrease in speed.
- Encoding and decoding speedups for all modes. Encoding at -8 is twice as fast.
- Added a new option -w,--warnings-as-errors for treating all warnings as errors.
- Allow --picture option to take only a filename, and have all other attributes extracted from the file itself.
@@ -126,7 +126,7 @@
-
libFLAC:
- - (behavior only) FLAC__stream_encoder_set_metadata() now makes a copy of the "metadata" array of pointers (but not copies of the objects themselves) so the client does not need to maintain its copy of the array after the call.
+ - (behavior only) FLAC__stream_encoder_set_metadata() now makes a copy of the "metadata" array of pointers (but still not copies of the objects themselves) so the client does not need to maintain its copy of the array after the call.
-