From eab6f2f37b2cde2dde85e9cfe02a984f2091823d Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 12 Feb 2020 22:03:44 +0800 Subject: [PATCH] CHANGELOG: final final work on 3.1.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9cd6387c..bf717d70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ Compared to the beta release of fish 3.1b1, fish version 3.1.0: - fixes a regression where spaces after a brace were removed despite brace expansion not occurring (#6564) - fixes a number of problems in compiling and testing on Cygwin (#6549) and Solaris-derived systems such as Illumos (#6553, #6554, #6555, #6556, and #6558); -- fixes the process for building macOS packages; and +- fixes the process for building macOS packages; +- fixes a regression where excessive error messages are printed if Unicode characters are emitted in non-Unicode-capable locales (#6584); and - contains some improvements to the documentation and a small number of completions. If you are upgrading from version 3.0.0 or before, please also review the release notes for 3.1b1 (included below).