diff --git a/ChangeLog b/ChangeLog index 6c9638e1a..66c880428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,7 +27,7 @@ - TW-44 Space handling in dateformat (thanks to Louis-Claude Canon). - TW-72 extend info report with urgency column - TW-101 New description column format: Truncated WITH annotation count (thanks - to atomicules) + to atomicules). - TW-115 allow "0day" durations for UDAs. - TW-128 new helper command; _envs. - TW-168 modification of due date relative to current due date (thanks to Dirk diff --git a/NEWS b/NEWS index 18111fc34..7fe95a2cb 100644 --- a/NEWS +++ b/NEWS @@ -32,7 +32,7 @@ New configuration options in taskwarrior 2.4.0 - New themes: dark-default-16.theme, dark-gray-blue-256.theme - The 'allow.empty.filter' setting can be set to 'no' to disallow the potentially dangerous combination of write commands and empty filters. - - New truncated+count column style for the description field which as the + - New truncated_count column style for the description field which as the name says is a combination of the existing truncated and count styles. Newly deprecated features in taskwarrior 2.4.0 diff --git a/test/bug.101.t b/test/tw-101.t similarity index 100% rename from test/bug.101.t rename to test/tw-101.t