From dae9cad39b1846efefa36211846119221da6804b Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 30 May 2020 11:56:24 +0200 Subject: [PATCH] - logging changes. --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2ceb19..643be83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,12 +7,20 @@ * src/main.lisp * src/package.lisp * src/program-events.lisp + * src/thread-window.lisp * src/tui-utils.lisp * src/ui-goodies.lisp + * tinmop.asd + - [breaking changes] changed table for attachments; + - fixed bug that prevented statuses missing attachments when the + status was reblogged. - added optional notification of statuses mentioning the user; - protected reblogged timeline from accidental deletiion; - - added the possibility to force expanding of a message tree. + - added the possibility to force expanding of a message tree; + - rearranged compilation order to prevent warning about command line + switch; + - rearranged order of packages. 2020-05-20 cage * quick_quicklisp.sh.in