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)
=======================================
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).