summaryrefslogtreecommitdiff
path: root/releasenotes/notes/boolean-properties-strict-checking-bdd624b5da81e723.yaml
blob: bd0836d5f0154d0305414194be3567575018b2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
prelude: >
fixes:
  - |
    * Bug 1607317_: metadata def namespace update CLI is not working as expected for parameter "protected"

    .. _1607317: https://code.launchpad.net/bugs/1607317
other:
  - |
    Boolean arguments now expect one of the following values: '0', '1', 'f',
    'false', 'n', 'no', 'off', 'on', 't', 'true', 'y', 'yes'
    (case-insensitive). This will not change anything for most users.