Skip to content

Commit 1ef731a

Browse files
committed
docs: Update changelog
1 parent cf1947b commit 1ef731a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
[See unreleased changes][unreleased].
44

5+
## Unreleased
6+
7+
* Fix [#227] by [@ejball] - ArgumentEscaper should escape empty string
8+
* PR [#230] by [@IanG] - Attributes for files and directories that must not exist
9+
* Fix [#221] by [@vpkopylov] - Use Pager for help text option only works on top-level help
10+
* PR [#239] by [@vpkopylov] - Add check for subcommand cycle
11+
* Support C# 8.0 and nullable reference types - [#245]
12+
13+
[#221]: https://github.com/natemcmaster/CommandLineUtils/issues/221
14+
[#227]: https://github.com/natemcmaster/CommandLineUtils/issues/227
15+
[#230]: https://github.com/natemcmaster/CommandLineUtils/pull/230
16+
[#239]: https://github.com/natemcmaster/CommandLineUtils/pull/239
17+
[#245]: https://github.com/natemcmaster/CommandLineUtils/pull/245
18+
519
## [v2.3.4]
620

721
Bugs fixed:
@@ -332,7 +346,9 @@ Other:
332346
[@couven92]: https://github.com/couven92
333347
[@demosdemon]: https://github.com/demosdemon
334348
[@EricStG]: https://github.com/EricStG
349+
[@ejball]: https://github.com/ejball
335350
[@handcraftedsource]: https://github.com/handcraftedsource
351+
[@IanG]: https://github.com/IanG
336352
[@jcaillon]: https://github.com/jcaillon
337353
[@jerriep]: https://github.com/jerriep
338354
[@kant2002]: https://github.com/kant2002
@@ -347,6 +363,7 @@ Other:
347363
[@sebastienros]: https://github.com/sebastienros
348364
[@SteveBenz]: https://github.com/SteveBenz
349365
[@TheConstructor]: https://github.com/TheConstructor
366+
[@vpkopylov]: https://github.com/vpkopylov
350367

351368
[unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.4...HEAD
352369
[v2.3.4]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.3...v2.3.4

0 commit comments

Comments
 (0)