From 58d5c1e59b30508878ce87f808fd6777b7123f7a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 29 Oct 2023 13:10:06 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 833ff4ac2..8e2139807 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,14 @@ # Release history ### main branch + +### v0.16.0 + - [Improved repository map using tree-sitter](https://aider.chat/docs/repomap.html) -- Improved handling of malformed edit blocks targetting multiple edits to the same file -- [Benchmarked](https://aider.chat/docs/benchmarks.html) at 65.4% for gpt-4/diff, no regression. +- Switched from "edit block" to "search/replace block", which reduced malformed edit blocks. [Benchmarked](https://aider.chat/docs/benchmarks.html) at 66.2%, no regression. +- Improved handling of malformed edit blocks targetting multiple edits to the same file. [Benchmarked](https://aider.chat/docs/benchmarks.html) at 65.4%, no regression. +- Bugfix to properly handle malformed `/add` wildcards. + ### v0.15.0