Skip to content

Commit dc40fab

Browse files
committed
Update CHANGELOG.md
[ci skip]
1 parent b9eb55b commit dc40fab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v2.5.1...HEAD):
44

5-
### Changes
5+
### Improvements
66

7+
* [@AlexeyEvlampiev] - implement support for GUID command line options ([#333]) and any other type that TypeConverter supports ([#62])
78
* Disabled the pager for help text by default. To re-enable, set UsePagerForHelpText = true. ([#346])
89

910
### Breaking changes
@@ -12,12 +13,15 @@
1213
* Fix [#294] by [@natemcmaster] - change dependencies on McMaster.Extensions.Hosting.CommandLine to just use Microsoft.Extensions.Hosting.Abstractions
1314
* Fix [#337] by [@natemcmaster] - removed .NET Standard 1.6 target from library
1415

16+
[@AlexeyEvlampiev]: https://github.com/AlexeyEvlampiev
1517
[@mattnischan]: https://github.com/mattnischan
1618
[@natemcmaster]: https://github.com/natemcmaster
1719

20+
[#62]: https://github.com/natemcmaster/CommandLineUtils/issues/62
1821
[#251]: https://github.com/natemcmaster/CommandLineUtils/issues/251
1922
[#294]: https://github.com/natemcmaster/CommandLineUtils/issues/294
2023
[#337]: https://github.com/natemcmaster/CommandLineUtils/issues/337
24+
[#333]: https://github.com/natemcmaster/CommandLineUtils/issues/333
2125
[#346]: https://github.com/natemcmaster/CommandLineUtils/issues/346
2226

2327
## [v2.6.0](https://github.com/natemcmaster/CommandLineUtils/compare/v2.5.1...v2.6.0)

0 commit comments

Comments
 (0)