diff --git a/doc/news.html b/doc/news.html
index 8ddab7dd..2fff286b 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -65,10 +65,10 @@
FLAC 0.8 released. This release is a result of extensive testing and fixes several bugs encountered when pushing the encoder to the limit. I'm pretty confident in the stability of the encoder/decoder now for all kinds of input. There have also been several features added. Here is a complete list of the changes since 0.7:
- Created a new utility called metaflac. It is a metadata editor for .flac files. Right now it just lists the contents of the metadata blocks but eventually it will allow update/insertion/deletion.
- - Added two new metadata blocks: PADDING which has an obvious function, and APPLICATION, which is meant to be open to third party applications. See the latest format docs for more info.
+ - Added two new metadata blocks: PADDING which has an obvious function, and APPLICATION, which is meant to be open to third party applications. See the latest format docs for more info, or the new id registration page.
- Added a -P option to flac to reserve a PADDING block when encoding.
- Added support for 24-bit files to flac (the FLAC format always supported it).
- - Started the Winamp3 plugin.@@@
+ - Started the Winamp3 plugin.
- Greatly expanded the test suite, adding more streams (24-bit streams, noise streams, non-audio streams, more patterns) and more option combinations to the encoder. The test suite runs about 30 streams and over 5000 encodings now.
- Fixed a bug in libFLAC that happened when using an exhaustive LPC coefficient quantization search with 8 bps input.
- Fixed a bug in libFLAC where the error estimation in the fixed predictor could overflow.