From 1f12e1492d68a7939626c6015e4a8bb3938dbbfe Mon Sep 17 00:00:00 2001 From: Connor Gray Date: Sat, 15 Jun 2024 13:30:24 -0700 Subject: [PATCH] integration: Update CHANGELOG.md --- docs/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e692b31..5e9280e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Contents of the command title header. - Whether to show the footer explaining the documentation was generated with `clap-markdown`. + - Whether to show the command overview table of contents. + +### Changed + +* `clap-markdown` will now respect the `Command.display_name` property, if set, + and use it in the rendered Markdown when showing the name and usage of the + command. + ([#27], + co-authored-by [@keturiosakys](https://github.com/keturiosakys) + and [@hatchan](https://github.com/hatchan)) @@ -116,6 +126,9 @@ Initial release of `clap-markdown`. [#11]: https://github.com/ConnorGray/clap-markdown/pull/11 + +[#27]: https://github.com/ConnorGray/clap-markdown/pull/27 + [unreleased]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.3...HEAD [0.1.3]: https://github.com/ConnorGray/clap-markdown/compare/v0.1.2...v0.1.3