diff --git a/ChangeLog b/ChangeLog index 7619471c7..1a0f7a89b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,8 @@ specifies the color of recurring tasks. + Added support for "locking" configuration variable that controls whether file locking is used. + + Task export feature now includes recurrence information, removes nested + quotes, and limits output to pending tasks. ------ old releases ------------------------------ diff --git a/html/task.html b/html/task.html index 956c26730..fa0f4ded2 100644 --- a/html/task.html +++ b/html/task.html @@ -130,6 +130,8 @@ specifies the color of recurring tasks.
  • Added support for "locking" configuration variable that controls whether file locking is used. +
  • Task export feature now includes recurrence information, removes nested + quotes, and limits output to pending tasks.