summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-06-09 20:21:11 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-06-09 20:21:11 +0200
commit599aa10b5251afcd24af44769ed4ac9ef6e06f3d (patch)
treea969bf49f3addd86a52a0b0d36141691e97e34df
parentd50d703a9ad7a4a91b36ffcfced93b5ccda15d11 (diff)
wordingv0.6.0
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a30869a..2d57f672 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- New `Stage all [a]`/`Unstage all [a]` in changes lists ([#82](https://github.com/extrawurst/gitui/issues/82))
-- add `-d`, `--directory` options to set working directory [[@alistaircarscadden](https://github.com/alistaircarscadden)] ([#73](https://github.com/extrawurst/gitui/issues/73))
+- add `-d`, `--directory` options to set working directory via program arg [[@alistaircarscadden](https://github.com/alistaircarscadden)] ([#73](https://github.com/extrawurst/gitui/issues/73))
- commit detail view in revlog ([#80](https://github.com/extrawurst/gitui/issues/80))
### Fixed