From 5a4ba00c48f0419b42fff97b8f114dbb0880b6bd Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 25 May 2020 16:23:43 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d3cc09..d6ec56a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - log tab refreshes when head changes ([#78](https://github.com/extrawurst/gitui/issues/78)) - performance optimization of the log tab in big repos - more readable default color for the commit hash in the log tab -- more error/panic resiliance (`unwrap`/`panic` denied by clippy now) +- more error/panic resiliance (`unwrap`/`panic` denied by clippy now) [[@MCord](https://github.com/MCord)] ([#77](https://github.com/extrawurst/gitui/issues/77)) ### Fixes - panic on small terminal width ([#72](https://github.com/extrawurst/gitui/issues/72))