diff --git a/ChangeLog b/ChangeLog index 493b8bb1f..bfd7dc1e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,8 @@ Thanks to Daniel Mowitz. - TW #1913 Project names with dashes and attribute names fail to parse Thanks to Yanick Champoux. +- TW #1914 Non-cumulative burndown report + Thanks to Daniel Mowitz for contributing. - TW #1933 Support of environment variables for configuration options Thanks to Sebastian Uharek - TW #1938 Missing annotation on import if entry is duplicated diff --git a/NEWS b/NEWS index 2ea4c8aa8..3d92c5381 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,8 @@ New Features in Taskwarrior 2.6.0 - The export command now takes an optional argument that references an existing report. As such, "task export " command will export the same tasks that "task " prints, and in the same order. + - The burndown command now supports non-cumulative display, where tasks only + get plotted within the interval segment when they got completed. New Commands in Taskwarrior 2.6.0 @@ -68,6 +70,8 @@ New Configuration Options in Taskwarrior 2.6.0 vacation. - Verbosity token 'default' was introduced in order to display information about default actions. + - The new burndown.cumulative option can be used to toggle between + non-cumulative and cumulative version of the burndown command. Newly Deprecated Features in Taskwarrior 2.6.0