mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Renamed 2.4.5 to 2.5.0
This commit is contained in:
parent
7a0927effe
commit
06c6b94fd4
5 changed files with 11 additions and 11 deletions
|
@ -126,7 +126,7 @@ std::string legacyCheckForDeprecatedVariables ()
|
|||
if (it.first == "alias._query")
|
||||
deprecated.push_back (it.first);
|
||||
|
||||
// Deprecated in 2.4.5.
|
||||
// Deprecated in 2.5.0.
|
||||
if (it.first == "urgency.inherit.coefficient")
|
||||
deprecated.push_back (it.first);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue