From 0cdf3648f029fda6d2723fa4ce00a9fbdd25b064 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 25 Apr 2020 23:32:57 +0800 Subject: [PATCH] CHANGELOG: additional work on 3.1.1 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d154c1089..aaed187ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ This release of fish fixes a number of major issues discovered in fish 3.1.0. - Using extended Unicode characters, such as emoji, in a non-Unicode capable locale (such as the `C` or `POSIX` locale) no longer renders all output blank (#6736). - `help` prefers to use `xdg-open`, avoiding the use of `open` on Debian systems where this command is actually `openvt` (#6739). - Command lines starting with a space, which are not saved in history, now do not get autosuggestions. This fixes an issue with Midnight Commander integration (#6763), but may be changed in a future version. +- Copying to the clipboard no longer inserts a newline at the end of the content, matching fish 2.7 and earlier (#6927). This release also includes: - a number of changes to improve macOS compatibility with code signing and notarization;