From 18de4c1e7720c24551f3891d2227209bb2a1ab27 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 3 Sep 2014 14:32:05 +0200 Subject: [PATCH] news: mention readline library support --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e67a831c..006cc3e3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ ncmpcpp-0.6_beta1 * Support for polling communication mode has been removed. Additionally, MPD version >= 0.16 is required. * Keybinding system has been redesigned: "keys" file is now deprecated; "bindings" file is used instead. It has support for many features, including binding to non-ascii characters and macros. +* Support for readline library was added. * Browser has support for custom sort format. * Playlist has support for MPD priorities. * Media library can be sorted by modification time.