From 61ac9b7991f87e1f4648c929f1692d5bfd44ac17 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 22 May 2024 11:55:14 -0700 Subject: [PATCH] HISTORY --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 93022e489..12cf877c5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ # Release history +### v0.36.0 + +- [Aider can now lint your code and fix any errors]() + - Aider lints and fixes after every LLM edit. + - You can manually lint-and-fix files with `/lint` in the chat or `--lint` on the command line. + ### v0.35.0 - Aider now uses GPT-4o by default.