From 4cefcd43273eec1ea14ab74eb0ce6162ec5b67b6 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 17 Feb 2020 11:40:56 +0100 Subject: [PATCH] CHANGELOG --no-execute fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c119c2cce..1806d1a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # fish next-minor ## Notable improvements and fixes +- `fish --no-execute` will no longer complain about unknown commands or non-matching wildcards, as these could be defined differently at runtime (especially for functions). #977 ### Syntax changes and new commands