diff --git a/nag/docs/CHANGES b/nag/docs/CHANGES index a85d0db28ef..d7d98bf959b 100644 --- a/nag/docs/CHANGES +++ b/nag/docs/CHANGES @@ -2,6 +2,8 @@ v4.3.0-git ---------- +[mjr] Add an "actual" field for tracking actual time spent. +[mjr] Add support for task organizer and iTip functionality. [jan] Fall back to sort by name if sort criteria are equal. [jan] Remove configuration option for database table. [jan] Improve priority display in basic view. diff --git a/nag/package.xml b/nag/package.xml index b24b3a1ca97..9a73676fba0 100644 --- a/nag/package.xml +++ b/nag/package.xml @@ -33,6 +33,8 @@ GPL-2.0 +* [mjr] Add an "actual" field for tracking actual time spent. +* [mjr] Add support for task organizer and iTip functionality. * [jan] Fall back to sort by name if sort criteria are equal. * [jan] Remove configuration option for database table. * [jan] Improve priority display in basic view. @@ -1647,6 +1649,8 @@ 2015-02-27 GPL-2.0 +* [mjr] Add an "actual" field for tracking actual time spent. +* [mjr] Add support for task organizer and iTip functionality. * [jan] Fall back to sort by name if sort criteria are equal. * [jan] Remove configuration option for database table. * [jan] Improve priority display in basic view.