From bb36ca58b8cfafed05e7391810d696922abb86df Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 28 May 2020 16:14:30 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9db7b1..1fae0902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - support reverse tabbing using shift+tab ([#92](https://github.com/extrawurst/gitui/issues/92)) - switch to using cmd line args instead of `ENV` (`-l` for logging and `--version`) **please convert your GITUI_LOGGING usage** [[@shenek](https://github.com/shenek)] ([#88](https://github.com/extrawurst/gitui/issues/88)) +- added missing LICENSE.md files in sub-crates [@ignatenkobrain] ([#94](https://github.com/extrawurst/gitui/pull/94)) ## [0.4.0] - 2020-05-25