Update CHANGELOG

This commit is contained in:
Fabian Homborg 2020-03-03 18:29:36 +01:00
parent 90a780b57d
commit f272d58557

View file

@ -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)