From 38203b5421f833143342987ca09dba359ab38354 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 21 Apr 2021 15:21:24 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 683fd440..d9ffcffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added +- blame a file [[@cruessler](https://github.com/cruessler)] ([#484](https://github.com/extrawurst/gitui/issues/484)) + ### Fixed - fetch crashed when no upstream of branch is set ([#637](https://github.com/extrawurst/gitui/issues/637)) - `enter` key panics in empty remote branch list ([#643](https://github.com/extrawurst/gitui/issues/643))