From 25f3db6a722831606589aaa78f3c3bf73e27276f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 6 Jul 2023 14:04:20 -0700 Subject: [PATCH] preparing for v0.8.0 --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 45156fe5f..14fdfb428 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,11 +11,11 @@ - Fixed bugs related to path separators in Windows - Added a CI step to run all tests on Windows - Improved handling of Unicode encoding/decoding - - Explicitly read/write text files with utf-8 encoding by default (mainly affects Windows) + - Explicitly read/write text files with utf-8 encoding by default (mainly benefits Windows) - Added `--encoding` switch to specify another encoding - Gracefully handle decoding errors - Added `--code-theme` switch to control the pygments styling of code blocks (by @kwmiebach) -- Better status messages explaining the reason ctags is disabled +- Better status messages explaining the reason when ctags is disabled ### v0.7.2: