From b19b0f47e5b3ee4f15838327e6fa6854cfa13657 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 5 Apr 2015 10:41:23 -0400 Subject: [PATCH] TW-1541: Priority should be converted to UDA (in default taskrc) - The 'priority' core attribute is removed, replaced by a UDA configured to behave in the same manner. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4b690e1f..437248271 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ - TW-1279 Make default.* not apply to recurring tasks. - TW-1287 Make default.* not apply to synced tasks. - TW-1539 user-defined urgency coefficients for priority values. +- TW-1541 Priority should be converted to UDA (in default taskrc) (thanks to + Tomas Babej). - TW-1578 Bash tab completion problems on first run (thanks to Renato Alves and Ptolemarch). - TW-1580 "modified" attribute no longer updated (thanks to David Patrick).