From 4f8a67516189b5d1d606ca3e3b5b32440dd8abbc Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Wed, 15 Jul 2020 03:34:41 -0400 Subject: [PATCH] CHANGELOG: fix formatting for 3.1.0 notes --- CHANGELOG.rst | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad83eebe7..dbf66a22a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -272,15 +272,19 @@ named ``time``. This was not clear in the fish 3.1b1 changelog. fish 3.1.0 (released February 12, 2020) ======================================= -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; - 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. +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. +- Fixes a regression where excessive error messages are printed if + Unicode characters are emitted in non-Unicode-capable locales + (#6584). +- 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).