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