From 400e640758bf13b0b40a0a70f1eec32d87174aa1 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e692b31..de74ae8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,13 @@ 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 and @hatchan) @@ -116,6 +123,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