Skip to content

Commit 8e208ba

Browse files
committed
docs: Note that urgency ignores invalid dates now
1 parent aa88696 commit 8e208ba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/Advanced/Urgency.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Tasks simply sums up urgency scores of different aspects of a task:
2727

2828
As you can tell from the table below, **due dates have the strongest influence on urgency.**
2929

30+
Note that any invalid date values, referring to non-existent dates, are ignored.
31+
3032
The scores are as follows:
3133

3234
<!-- placeholder to force blank line before included text --><!-- include: DocsSamplesForUrgency.test.UrgencyTable_urgency-html-table.approved.md -->

docs/Support and Help/Breaking Changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ These are all bug-fixes, improving the default behaviour, and recorded here for
4343
- [[Filters#Happens|happens]] date now ignores any invalid dates.
4444
- `sort by [date]` now puts invalid dates before valid dates, as action is required. See [[Sorting#How dates are sorted]].
4545
- `group by [date]` now puts `Invalid [date] date` as the first heading.
46+
- The [[urgency]] calculation now ignores any invalid dates.
4647
- `task.due.category` and `task.due.fromNow` now handle invalid dates as different from future dates. See [[Task Properties#Values in TasksDate Properties|Values in TasksDate Properties]].
4748
- Code snippets used to change the look of the Edit and Postpone buttons must be changed, as explained in [[How to style buttons]], which gives several examples.

0 commit comments

Comments
 (0)