mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 22:03:12 +00:00
Update CHANGELOG
This commit is contained in:
parent
90a780b57d
commit
f272d58557
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ This is a bug fix release containing important fixes since 3.1.0. It
|
|||
- fixes a crash when `test` is passed "inf" or "nan" with a numerical test (#6655)
|
||||
- improves compatibility with newer glibc (#6604) and 32-bit systems (#6609)
|
||||
- fixes compilation on old macOS (#6602)
|
||||
- fixes 256 colors when $TERM starts with xterm, does not include "256color" and $TERM_PROGRAM is not set, as a workaround for old Terminal.app that was misapplied (#6701).
|
||||
- fixes error spew in the hg prompt when the working directory doesn't exist anymore (#6699)
|
||||
- fixes hosts with multiple aliases in the ssh config (#6698).
|
||||
- improves compatibility with macOS code signing
|
||||
- improves the `flatpak` (#6581) and `kill` (#6636) completions
|
||||
- plus some typo and link fixes and minor adjustments to the documentation (#6627, #6642, #6646, #6647, #6657)
|
||||
|
|
Loading…
Reference in a new issue