From 5c89c0f1be2e3fd998b5928ebbb81607f6375b3d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 3 Mar 2009 00:53:32 -0500 Subject: [PATCH] Documentation Update - Modified ChangeLog and task.html to reflect new bug fixes. --- ChangeLog | 5 +++++ html/task.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ffbbce77..e85e949a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,7 +18,12 @@ sort order, with optional filtering in the configuration file. This means user-defined reports can be written, and the reports currently in the configuration file can be renamed. + + New online documentation for custom reports. + New algorithm for determining when the "nag" message is displayed. + + Fixed bug where task hangs with a certain combination of recurring tasks + and shadow files. + + Fixed bug with the task sort alogrithm, which led to an unstable sequence + when there were only a handful of tasks. ------ old releases ------------------------------ diff --git a/html/task.html b/html/task.html index f3f309b08..1ed9df5e0 100644 --- a/html/task.html +++ b/html/task.html @@ -112,7 +112,12 @@ sort order, with optional filtering in the configuration file. This means user-defined reports can be written, and the reports currently in the configuration file can be renamed. +
  • New online documentation for custom reports.
  • New algorithm for determining when the "nag" message is displayed. +
  • Fixed bug where task hangs with a certain combination of recurring tasks + and shadow files. +
  • Fixed bug with the task sort alogrithm, which led to an unstable sequence + when there were only a handful of tasks.