diff --git a/CHANGELOG.md b/CHANGELOG.md index 5943773a..e8de9271 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 +* file history log [[@cruessler](https://github.com/cruessler)] ([#381](https://github.com/extrawurst/gitui/issues/381)) + ### Fixed * opening tags list without remotes ([#1111](https://github.com/extrawurst/gitui/1111)) diff --git a/README.md b/README.md index cbf4f5c4..b3c086cd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) ([sl These are the high level goals before calling out `1.0`: * log search (commit, author, sha) ([#449](https://github.com/extrawurst/gitui/issues/449),[#429](https://github.com/extrawurst/gitui/issues/429)) -* file history log ([#381](https://github.com/extrawurst/gitui/issues/381)) * visualize branching structure in log tab ([#81](https://github.com/extrawurst/gitui/issues/81)) * notify-based change detection ([#1](https://github.com/extrawurst/gitui/issues/1)) * interactive rebase ([#32](https://github.com/extrawurst/gitui/issues/32))