From c588d5866361a3ba628ee8c61049aa8c5e5a42e4 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 12 Feb 2019 20:33:42 +0100 Subject: [PATCH] CHANGELOG: Add `-q` [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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). ---