From 79828096d124ecd7be38a258dc5ef71870e598a9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 6 Jul 2023 06:55:49 -0700 Subject: [PATCH] copy --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5a0ed3709..6ec073a52 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,10 +4,10 @@ - [Benchmark comparing code editing in GPT-3.5 and GPT-4](https://aider.chat/docs/benchmarks.html) - Improved Windows support: - - Fixed bugs related to directory separators in Windows + - 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 (affects Windows) + - Explicitly read/write text files with utf-8 encoding by default (mainly affects Windows) - Added `--encoding` switch to specify another encoding - Gracefully handle decoding errors - Glob wildcards are now supported in `/add` and `/drop` commands