From e52b4a35d0dfbcc20094bd857e450a2bfa9dbc4d Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 27 May 2021 21:08:21 +0200 Subject: [PATCH] changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e4a99f..82487c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - warning if commit subject line gets too long ([#478](https://github.com/extrawurst/gitui/issues/478)) - `--bugreport` cmd line arg to help diagnostics [[@zcorniere](https://github.com/zcorniere)] ([#695](https://github.com/extrawurst/gitui/issues/695)) - inspect file tree at a specific revision ([#714](https://github.com/extrawurst/gitui/issues/714)) +- tags-list-popup (delete-tag, go to tagged commit) [[@cruessler](https://github.com/cruessler)] ([#483](https://github.com/extrawurst/gitui/issues/483)) ## Changed - smarter log timestamps ([#682](https://github.com/extrawurst/gitui/issues/682))