From 63ab78ffb7e234afed0843544f42c68eeeba2d82 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 28 Aug 2021 14:38:04 +0200 Subject: [PATCH] add missing edit in changelog (#880) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc55c843..cd48d7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added - added support for markdown emoji's in commits [[@andrewpollack](https://github.com/andrewpollack)] ([#768](https://github.com/extrawurst/gitui/issues/768)) +- added scrollbar to revlog [[@ashvin021](https://github.com/ashvin021)] ([#868](https://github.com/extrawurst/gitui/issues/868)) ## Fixed - fix commit msg being broken inside tag list ([#871](https://github.com/extrawurst/gitui/issues/871))