Skip to content

Commit 11ee903

Browse files
committed
Update release notes
1 parent 8f62455 commit 11ee903

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
* [@natemcmaster]: fix new CI to correctly publish symbols to nuget.org
1616
* [@scott-xu]: show option types in help text when OptionAttribute.Template is set ([#429])
1717
* [@skirchner989]: change to not throw when a validator is not of type AttributeValidator ([#431])
18+
* [@natemcmaster]: don't mask OperationCanceledException triggered by SIGINT ([#483])
1819

1920
[#429]: https://github.com/natemcmaster/CommandLineUtils/pull/429
2021
[#431]: https://github.com/natemcmaster/CommandLineUtils/pull/431
22+
[#484]: https://github.com/natemcmaster/CommandLineUtils/pull/484
2123

2224

2325
### Other

src/CommandLineUtils/releasenotes.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Fixes:
1414
* @natemcmaster: fix new CI to correctly publish symbols to nuget.org
1515
* @scott-xu: show option types in help text when OptionAttribute.Template is set (#429)
1616
* @skirchner989: change to not throw when a validator is not of type AttributeValidator (#431)
17+
@ @natemcmaster: don't mask OperationCanceledException triggered by SIGINT (#483)
1718
</PackageReleaseNotes>
1819
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('3.1.'))">
1920
Improvements:

0 commit comments

Comments
 (0)