Skip to content

Commit bc6f14c

Browse files
committed
Fix changelog
1 parent f609305 commit bc6f14c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
Notable changes are recorded here.
22

3-
# WoofWare.Myriad.Plugins 10.7.3
4-
5-
`ArgParserGenerator` now reads `[<ArgumentHelpText>]` from a discriminated union's case, and from that case's payload record, and heads the case's group in help text with it.
6-
Previously a case's payload record's own `[<ArgumentHelpText>]` was silently dropped: only the case name appeared, with no way to describe the case itself (a case is not reached through a field, so the field-level mechanism which reads a nested record's own help text does not apply to it).
7-
An `[<ArgumentHelpText>]` on the case itself overrides the one on its payload record, for the same reason a field's overrides a nested record's: the case is the more specific placement.
8-
93
# WoofWare.Myriad.Plugins 10.7.2
104

115
`ArgParserGenerator` now reads `[<ArgumentHelpText>]` from a nested argument record or union of alternative argument sets, and not only from the `[<ArgParser>]`-tagged root.

0 commit comments

Comments
 (0)