From 48796c5364008a155ddebfea59beb453b88dd75c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 2 Oct 2011 15:26:21 -0400 Subject: [PATCH] Documentation - Added more deprecated stuff to the NEWS file. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 73f95dc0c..7a30cb3ef 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,8 @@ Newly deprecated features in taskwarrior 2.0.0 'affected' instead. - Use of 'edit.verbose' configuration variable. Use verbosity token 'edit' instead. + - Use of 'export.ical.class' configuration variable. Value is now specified + in the scripts/add-ons/export-ical.pl script. ---