From 33bb9905830317fd81c8305c6b8fe95fb796da05 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sun, 11 Oct 2020 18:18:47 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e58f08..9dfd25d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * FeedReader module supports [display mode switching](https://github.com/wtfutil/wtf/pull/976) via the `t` key, by [@cyingfan](https://github.com/cyingfan) * Clocks module now supports `natural` ordering option, [#896](https://github.com/wtfutil/wtf/issues/896) by [@seanstoppable](https://github.com/Seanstoppable) +* Exit banner message added, by [@senorprogrammer](https://github.com/senorprogrammer) ### 🐞 Fixed