diff --git a/AUTHORS b/AUTHORS index f203ea9db..4fdb2ecd0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -142,4 +142,5 @@ suggestions: Bryan Kam Nicholas Rabenau Bruno Bigras + Hyde Stevenson diff --git a/ChangeLog b/ChangeLog index 8ba5c97e7..09cff34a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -71,6 +71,8 @@ Bugs + Fixed incorrect Lua API return value (thanks to Oleksii Tsai). + Fixed bug #956, which prevents 'ids', 'uuids' and helper commands to be used directly by external script when a variable is override. + + Fixed bug #960, which caused tab-completion to fail after any non-ASCII alpha + characters were used in a description (thanks to Hyde Stevenson). + Fixed bug #990, which prevents color precedence to be applied correctly for tagged tasks. + Fixed bug #1008, which failed to remove tasks with the special tag '+nocal'