update changelog

This commit is contained in:
Basile Burg 2020-05-12 22:06:37 +02:00
parent 9ee7f4daab
commit b03c1445fc
1 changed files with 11 additions and 0 deletions

View File

@ -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