From cc053b0b04ef9b68905b3c628ed7bafde5d4d0f3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 3 Sep 2024 17:12:05 -0700 Subject: [PATCH] copy --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 51a7d7add..8c2108e09 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ ### main branch -- Only print the pip command when self updating on Windows. +- Only print the pip command when self updating on Windows, without running it. - Converted many error messages to warning messages. - Added `--tool-warning-color` setting. - Blanket catch and handle git errors in any `/command`. @@ -28,7 +28,7 @@ ### Aider v0.54.9 -- List important devops files in the repomap. +- Include important devops files in the repomap. - Print quoted pip install commands to the user. - Adopt setuptools_scm to provide dev versions with git hashes. - Share active test and lint commands with the LLM.