More on issue 908

This commit is contained in:
John Kerl 2022-02-05 00:10:03 -05:00
parent b7f76cd622
commit fd3593bdee

View file

@ -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