From 2ab76e07d337273347e4b0724054b8807d1923bb Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 6 Jun 2020 17:32:36 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db14756e..ad9f7220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - GDB commander: added a 3rd choice in the menu associated to first toolbar button. It allows to debug a custom executable, i.e not tied to a project or a runnable script. +## Bugs fixed + +- Terminal: possible runtime exception rised because of the scrollbar position. + # v3.9.4 ## Enhancements