From 45dba8805c5a8fe505002082742402a1137504e2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 26 Feb 2012 15:06:55 -0500 Subject: [PATCH] Documentation - Added deprecated configuration file values. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 0d8d8e4da..6f2626875 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,8 @@ Newly deprecated features in taskwarrior 2.0.0 in the scripts/add-ons/export-ical.pl script. - Use of 'report..limit' configuration variable. This is now handled in the report filter as 'limit:'. + - Used of 't', '+', 'enable' and 'enabled' in configuration values to mean + 'on/yes/true'. ---