diff --git a/doc/news.html b/doc/news.html
index 3c2c1522..28fe0e2b 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -63,6 +63,7 @@
FLAC 0.6 released. The encoder is now much faster. The -m option has been sped up by 4x and -r improved, meaning that in the default compression mode (-6), encoding should be at least 3 times faster. Other changes:
- Some bugs related to flac and pipes were fixed (see here for the discussion).
+ - A "loose mid-side" (-M) option to the encoder has been added, which adaptively switches between independent and mid-side coding, instead of the exhaustive search that -m does.
- An analyze mode (-a) has been added to flac. This is useful mainly for developers; currently it will dump info about each frame and subframe to a file. It's a text file in a format that can be easily processed by scripts; a separate analysis program is in the works.
- The source now has an autoconf/libtool-based build system. This should allow the source to build "out-of-the-box" on many more platforms.