docs: Document the removal of color values with underscores

This commit is contained in:
Tomas Babej 2015-09-04 00:31:51 -04:00 committed by Paul Beckingham
parent 99b650a3ba
commit 24bb1fd6ca
2 changed files with 6 additions and 0 deletions

View file

@ -176,6 +176,10 @@
task becomes visible. task becomes visible.
- New 'rule.color.merge=yes|no' configuration option, that can optionally - New 'rule.color.merge=yes|no' configuration option, that can optionally
turn off color blending engine. turn off color blending engine.
- The 'urgency.next.coefficient' configuration option is deprecated in favor
of 'urgency.user.tag.next.coefficient'.
- The long deprecated syntax of color values with underscores (i.e 'on_red')
is no longer supported.
------ current release --------------------------- ------ current release ---------------------------

2
NEWS
View file

@ -45,6 +45,8 @@ Removed features in 2.4.5
IDs, UUIDs, and various date/time formats ambiguous. IDs, UUIDs, and various date/time formats ambiguous.
- Comma-separated UUID lists are no longer supported. - Comma-separated UUID lists are no longer supported.
- DOM references may no longer be abbreviated. - DOM references may no longer be abbreviated.
- The long deprecated syntax of color values with underscores (i.e 'on_red')
is no longer supported.
Known Issues Known Issues