summaryrefslogtreecommitdiff
path: root/releasenotes/notes/support-choice-descriptions-8b2d0c14fbd16b2a.yaml
blob: 116738159cbfa090b39dd0209badcec02a8f8f4d (plain)
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.