From 54156845e43a653ea74afbc34871193cc093709f Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 26 Mar 2019 19:33:20 +0100 Subject: [PATCH] CHANGELOG error changes [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c4789e3..b2d167ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - macOS Mojave: fish.app can actually run (#5727), 10.14.4's Terminal.app no longer causes an error on launch (#5725) - fish no longer requires buffering for the last function in a pipeline. - cd now always checks the current directory, even if $CDPATH does not include it or "." (#4484). +- Error messages no longer include a (rather large) help summary and the stacktrace has been shortened (#3404, #5434). ### Syntax changes and new commands - None yet.