From 07e03dd79476b883a6e2862f5c81eb943a04f7ac Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Mon, 21 Jan 2019 20:08:38 -0600 Subject: [PATCH] Release notes for #5426 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e351b4279..134c43729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - exec now behaves properly inside functions (#5449) - while loops now evaluate to the last executed command in the loop body (or zero if the body was empty), matching POSIX semantics. +- fish does not hang on launch when running under Cygwin/MSYS2 # fish 3.0.0 (released December 28, 2018)