cloudkitty/releasenotes/notes/notnumbool-mutator-ab056e86f2bc843d.yaml
Mariusz Karpiarz bf43a119d2 Add the NOTNUMBOOL mutator
The "NOTNUMBOOL" mutator returns 1.0 when quantity is 0 and 0.0
otherwise.

Change-Id: I16f2b05dcd089b214e18762e1f87d0dbcc2cb7cc
2021-03-09 17:19:41 +01:00

7 lines
200 B
YAML

---
features:
- |
The new "NOTNUMBOOL" mutator has been added. This mutator is, essentially,
an opposite of the "NUMBOOL" mutator as it returns 1.0 when quantity is 0
and 0.0 otherwise.