update changelog

This commit is contained in:
Stephan Dilly 2021-05-22 00:53:44 +02:00
parent 9ffe52634e
commit bf148c54d5
2 changed files with 1 additions and 1 deletions

View file

@ -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))

View file

@ -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. <a name="limitations"></a> Known Limitations <small><sup>[Top ▲](#table-of-contents)</sup></small>