From 36c41bf851403e91c237e583a55c91dd9198f66e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Aug 2024 13:38:03 -0700 Subject: [PATCH] copy --- aider/website/HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index b34b2a889..ae2981112 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -21,7 +21,7 @@ cog.out(text) - Startup QOL improvements: - Sanity check the git repo and exit gracefully on problems. - Pause for confirmation after model sanity check to allow user to review warnings. -- Bugfix for shell commands on Windows. +- Bug fix for shell commands on Windows. - Do not fuzzy match filenames when LLM is creating a new file, by @ozapinq - Numerous corner case bug fixes submitted via new crash report -> GitHub Issue feature. - Crash reports now include python version, OS, etc.