diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd04bb82..f3c260f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - mandoc can now be used to format the output from `--help` if nroff is not installed - New color options for the pager have been added (#5524). - The default escape delay (to differentiate between the escape key and an alt-combination) has been reduced to 30ms, down from 300ms for the default mode and 100ms for vi-mode (#3904). +- In the interest of consistency, `builtin -q` and `command -q` can now be used to query if a builtin or command exists (#5631). ---