murano/releasenotes/notes/operator-is-9b2b554d3487924d.yaml
Konstantin Snihyr ee5b4275de New operator 'is' was added
New boolean binary operator 'is' to test if MuranoPL object is of
particular type

Change-Id: I494419fcd18f69e8e38cea0e1fe994e60fe07710
2016-02-16 18:09:30 +03:00

5 lines
132 B
YAML

---
features:
- New operator *is* was added to MuranoPL.
Now it is possible to test if MuranoPL object is of particular type.