From 93d70fae11f25e2ca04dfcd055685a97b2aa0f60 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 24 Mar 2019 21:39:39 -0700 Subject: [PATCH] Relnote stop buffering deferred function processes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8311bbfde..e9649eb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - `string replace` had an additional round of escaping in the replacement (not the match!), so escaping backslashes would require `string replace -ra '([ab])' '\\\\\\\$1' a`. A new feature flag `string-replace-fewer-backslashes` can be used to disable this, so that it becomes `string replace -ra '([ab])' '\\\\$1' a` (#5556). - Add `$pipestatus` support - 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. ### Syntax changes and new commands - None yet.