From fac8e6d459dafcb68cfd5ccec4616f228e3b4c7a Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Wed, 7 Jun 2023 21:16:59 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 533996636..de135c3a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,9 @@ not released yet * NEW Add ability to change the minimum number of months displayed with `min_calendar_display` * FIX ikhal don't crash when jumping long distances in time +* FIX do not use urwid's private methods, would crash with latest urwid version +* FIX light colorscheme in ikhal, would crash with recent urwid versions +* FIX better error messages when we cannot import an event 0.11.1 ======