From 885d144ad1d81a19616e582c84685c417be28895 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Tue, 29 Mar 2005 02:22:59 +0000 Subject: [PATCH] Added note re. single quotes to NEWS. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index bb99ba7..b28f373 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes since 1.3 + +* Single quoted string support has been removed. This was broken, and I am not + sure of any software that supports single quoted strings in cue or toc files. + Changes since 1.2 * Build system has been rewritten using automake/autoconf.