From f4351eb0f30facabf3f94c6804973d4487a035f6 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 20 Jan 2019 13:55:18 -0800 Subject: [PATCH] Relnote fix for #5449 in 3.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2efdde7e..d7b6f1aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# fish 3.0.1 + +### Fixes and improvements + +- exec now behaves properly inside functions (#5449) + + # fish 3.0.0 (released December 28, 2018) fish 3 is a major release, which introduces some breaking changes alongside improved functionality. Although most existing scripts will continue to work, they should be reviewed against the list contained in the 3.0b1 release notes below.