From 6960e214fd921cea12c64e4360a0c1c61e432014 Mon Sep 17 00:00:00 2001 From: Michael DM Dryden Date: Tue, 6 Oct 2020 23:50:25 -0400 Subject: [PATCH] Update changelog and fix typo in README.rst --- CHANGELOG.rst | 1 + README.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3df2f01..5c18524 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ Fixed Added ----- - Print a random message from the log ``/stats random`` +- Allow sorting title history plot by duration --------------------- `0.2.0`_ - 2020-06-16 diff --git a/README.rst b/README.rst index f54e2c5..bff4fd3 100644 --- a/README.rst +++ b/README.rst @@ -283,7 +283,7 @@ types Total 598640.0 100.0 16693.0 100.0 random -______ +------ ``/stats random`` prints a random message from the database. ----------