From 9a893c9a6ee77a9f32a1759f13422f9d9923a888 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 15 Aug 2024 14:27:52 -0700 Subject: [PATCH] copy --- HISTORY.md | 5 +++++ aider/website/HISTORY.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 6a520a8c2..fdaa14896 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ # Release history +### main branch + +- Improved editing performance on Jupyter Notebook `.ipynb` files. +- Work around litellm tokenizer bug for images. + ### Aider v0.50.1 - Bugfix for provider API exceptions. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 96420b06a..ca63982ef 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,11 @@ cog.out(text) # Release history +### main branch + +- Improved editing performance on Jupyter Notebook `.ipynb` files. +- Work around litellm tokenizer bug for images. + ### Aider v0.50.1 - Bugfix for provider API exceptions.