From e2fbd326fa32e9e8349d6761bd60c43de6f237ae Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 3 Mar 2019 19:39:27 -0500 Subject: [PATCH] Updatin changelog --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bf60f4d..b3488cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -51,6 +51,7 @@ Features opening the context of a comment. * Added the ability to compose new private messages with the ``C`` key. * Updated and enhanced the help ``?`` page. +* Added a new ``--debug-info`` command to display system information. Bugfixes @@ -59,6 +60,8 @@ Bugfixes * Relative time strings are now correctly pluralized. * Fixed the application not starting if the user has an empty front page. * Fixed unclosed file handler when opening the web browser. +* Useful system and issue reporting information is now included with + traceback messages. Configuration Changes