diff --git a/CHANGES.md b/CHANGES.md index 9a6af4ec030..aa51b997597 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,10 @@ Unreleased - Initialize async IO thread lazily. (#8122, @emillon) -- Add `dune show rules` as alias of `dune rules` command. (#8000, @Alizter) +- Add `dune show rules` as alias of the `dune rules` command. (#8000, @Alizter) + +- Add `dune show installed-libraries` as an alias of the `dune + installed-libraries` command. (#8135, @Alizter) - Add `dune build --dump-gc-stats FILE` argument to dump Garbage Collection stats to a named file. (#8072, @Alizter) diff --git a/bin/describe/describe.ml b/bin/describe/describe.ml index 3db3abc8443..55838a05833 100644 --- a/bin/describe/describe.ml +++ b/bin/describe/describe.ml @@ -14,6 +14,7 @@ let subcommands = ; Describe_pp.command ; Printenv.command ; Print_rules.command + ; Installed_libraries.command ; Aliases_targets.Targets_cmd.command ; Aliases_targets.Aliases_cmd.command ]