neutron-lib/releasenotes/notes/mechanism_driver_supported_...

8 lines
282 B
YAML

---
features:
- |
Add ``supported_extensions`` method to ``MechanismDriver``. This method
provides an standard API to implement, per mechanism driver, a way to
filter the supported extensions. By default, this method will return the
same set of extensions passed.