From b03c1445fc2d4b7b1ce4cf836fc7695d3062bfb8 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 12 May 2020 22:06:37 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e84a66c..9f08adfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v3.9.3-dev + +## Enhancements + +- Messages: only auto scroll on new message if the bottom-most message is in view, like in terminal emulators. (#39) +- Messages: enhanced detection patterns to open a file from a message. The new detections are for messages containing a filename of the project, relative to _src_ or _src_ instead of the project root directory. + +## Bugs fixed + +- libdexed-d: reduce memory usage caused by D allocations. (#38) + # v3.9.2 ## Regressions