From ea5aaa03a2234b3c2bf792c927758dd77a07723f Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sun, 8 May 2022 20:39:33 +0200 Subject: [PATCH] CHANGELOG.md: Clean up and tweak --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5626691a..9ec49e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## Features -- Correctly render tab stops in --show-all, see #2038 (@Synthetica9) -- Add a `--style=default` option, less verbose than `full`, see #2061 (@IsaacHorvath) -- Enable BusyBox less as pager, see #2162 (@nfisher1226) -- File extensions are now matched without taking case into account. See #1854, #2181 (@Enselic) +- Correctly render tab stops in `--show-all`, see #2038 (@Synthetica9) +- Add a `--style=default` option and make it the default. It is less verbose than `full`, see #2061 (@IsaacHorvath) +- Enable BusyBox `less` as pager, see #2162 (@nfisher1226) +- File extensions are now matched case-insensitively. See #1854, #2181 (@Enselic) ## Bugfixes @@ -39,6 +39,7 @@ - Change `Error::SyntectError(syntect::LoadingError)` to `Error::SyntectError(syntect::Error)`. See #2181 (@Enselic) - Add `Error::SyntectLoadingError(syntect::LoadingError)` enum variant. See #2181 (@Enselic) + # v0.20.0 ## Features