From ff6712246ad7218edce08a0c09a9e03cd43b7dd7 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 29 May 2020 09:34:55 +0200 Subject: [PATCH] update changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d39c074..c3e31f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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](https://github.com/ignatenkobrain)] ([#94](https://github.com/extrawurst/gitui/pull/94)) +### Fixed +- error when diffing huge files ([#96](https://github.com/extrawurst/gitui/issues/96)) + ## [0.4.0] - 2020-05-25 ### Added