From bf148c54d53fca4b0099a909374729044678f5b3 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 22 May 2021 00:53:44 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6169003b..7d18bb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - merging branches, pull-merge with conflicts, commit merges ([#485](https://github.com/extrawurst/gitui/issues/485)) - 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)) ## Changed - smarter log timestamps ([#682](https://github.com/extrawurst/gitui/issues/682)) diff --git a/README.md b/README.md index 2717c70a..5d71093f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ These are the high level goals before calling out `1.0`: * file history log ([#381](https://github.com/extrawurst/gitui/issues/381)) * more tag support ([#483](https://github.com/extrawurst/gitui/issues/483)) * visualize branching structure in log tab ([#81](https://github.com/extrawurst/gitui/issues/81)) -* inspect file tree at specific revision ([#714](https://github.com/extrawurst/gitui/issues/714)) ## 5. Known Limitations [Top ▲](#table-of-contents)