From 68e3d98f240e0e8a8df746194b6c165337659697 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 8 Sep 2023 09:53:52 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d182a2226..312595a20 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # Release history +### v0.14.0 + +- [Support for Claude2 and other LLMs via OpenRouter](https://aider.chat/docs/faq.html#accessing-other-llms-with-openrouter) by @joshuavial +- Documentation for [running the aider benchmarking suite](https://github.com/paul-gauthier/aider/tree/main/benchmark) +- Aider now requires Python >= 3.9 + + ### v0.13.0 - [Only git commit dirty files that GPT tries to edit](https://aider.chat/docs/faq.html#how-did-v0130-change-git-usage)