diff --git a/todo.txt b/todo.txt index 7f9369b2a..41ad4345f 100644 --- a/todo.txt +++ b/todo.txt @@ -19,17 +19,6 @@ RELEASES * plan 6.2.0 ? YAML -================================================================ -908 - -* is_not_empty (class=typing #args=1) False if field is present in input with empty value, true - otherwise -> That means that and absent value will return true. While technically it makes sense, - many people will ask if "is not empty" to get the green flag before processing the value, which will - be nonexistent if the field is absent. Would it make sense to consider absent fields as empty ones? - Probably you already though about those concerns, but just in case. - - -> engage in issue - ================================================================ FEATURES