From 69e6cae0a77bd036eeb754b0540b2efbdaf1e59c Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 26 May 2020 08:38:12 +0200 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02f18e9..3c062fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,6 @@ - Cannot run `bat` with relative paths, see #1022 - bat mishighlights Users that start with digits in SSH config, see #984 -- `--map-syntax` doesn't work with names provided through `--file-name` (@eth-p) ## New syntaxes @@ -30,6 +29,7 @@ - Fix syntax detection for files called 'rails', see #1008 - Fix potential errors with syntax detection for symlinked files, see #1001 +- `--map-syntax` doesn't work with names provided through `--file-name` (@eth-p) ## Other