CHANGELOG: fix formatting for 3.1.0 notes

This commit is contained in:
Charles Gould 2020-07-15 03:34:41 -04:00 committed by Fabian Homborg
parent 14ccac4887
commit 4f8a675161

View File

@ -272,15 +272,19 @@ named ``time``. This was not clear in the fish 3.1b1 changelog.
fish 3.1.0 (released February 12, 2020) fish 3.1.0 (released February 12, 2020)
======================================= =======================================
Compared to the beta release of fish 3.1b1, fish version 3.1.0: - fixes Compared to the beta release of fish 3.1b1, fish version 3.1.0:
a regression where spaces after a brace were removed despite brace
expansion not occurring (#6564) - fixes a number of problems in - Fixes a regression where spaces after a brace were removed despite
compiling and testing on Cygwin (#6549) and Solaris-derived systems such brace expansion not occurring (#6564).
as Illumos (#6553, #6554, #6555, #6556, and #6558); - fixes the process - Fixes a number of problems in compiling and testing on Cygwin
for building macOS packages; - fixes a regression where excessive error (#6549) and Solaris-derived systems such as Illumos (#6553, #6554,
messages are printed if Unicode characters are emitted in #6555, #6556, and #6558).
non-Unicode-capable locales (#6584); and - contains some improvements to - Fixes the process for building macOS packages.
the documentation and a small number of completions. - 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 If you are upgrading from version 3.0.0 or before, please also review
the release notes for 3.1b1 (included below). the release notes for 3.1b1 (included below).