1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
---
features:
- |
String, Number, Integer, Float and Port now support value-description
tuples in the interable provided for the *choice* parameter. Support for
value-only definitions is retained.
- |
StringOpt and PortOpt now support a value-description tuples in the
iterable provided for the *choice* parameter. Support for value-only
definitions is retained.
- |
*oslo-config-generator* and the Sphinx extension will now output
descriptions for option choices where provided. This will impact tooling
that relies on the *yaml* and *json* output of the former.
|