diff --git a/ChangeLog b/ChangeLog index 814e18ae3..d2c85d595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -171,6 +171,8 @@ + Fixed bug that showed the 'due' date, under the heading 'until' date, in the info report (thanks to Michael McCann). + Fixed burndown chart y-axis height calculation (thanks to Ben Boeckel). + + Fixed missing recurrence values in zsh completion script (thanks to Ben + Boeckel). ------ old releases ------------------------------ diff --git a/scripts/zsh/_task b/scripts/zsh/_task index 5bffa9119..d6d8c70b4 100644 --- a/scripts/zsh/_task +++ b/scripts/zsh/_task @@ -148,6 +148,7 @@ _regex_words values 'task frequencies' \ 'weekly:Every week' \ 'biweekly:Every two weeks' \ 'fortnight:Every two weeks' \ ++ 'monthly:Every month' \ 'quarterly:Every three months' \ 'semiannual:Every six months' \ 'annual:Every year' \