From 2916ef84e445fed974767fdbe8edc33ed3936bdb Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Wed, 5 Nov 2008 21:29:25 +0100
Subject: [PATCH] NEWS: reformatted 0.14 items

Trying to bring a little bit of structure into that list.
---
 NEWS | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index a70a27594..5c0f245d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,18 @@
 ver 0.14.0 (????/??/??)
-* New null audio output
+* audio outputs:
+  - fifo: new plugin
+  - null: new plugin
+  - shout: block while trying to connect instead of failing
+  - shout: new timeout parameter
+* decoders:
+  - wavpack: new plugin
+* commands:
+  - "addid" takes optional second argument to specify position
 * Zeroconf support using Bonjour
 * New zeroconf_enabled option so that Zeroconf support can be disabled
-* Enable the AAC input plugin if support for it has been compiled in
-* Support for playing MP4 streams
 * Stop the player/decode processes when not playing to allow the CPU to sleep
 * Fix a bug where closing an ALSA dmix device could cause MPD to hang
-* Make the shout output block while trying to connect instead of failing
-* New timeout parameter for shout outputs to define a connection timeout
-* New FIFO audio output
-* Support for WavPack files
 * Support for reading ReplayGain from LAME tags on MP3s
-* addid takes optional second argument to specify position
 
 ver 0.13.0 (2007/5/28)
 * New JACK audio output