From f272d58557d90237c3781a9b505a4cebd3c9dfa2 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 3 Mar 2020 18:29:36 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eacd24001..bcffa33f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)