summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-02-03 13:31:31 +0100
committerCanop <cano.petrole@gmail.com>2020-02-03 13:31:31 +0100
commitf21ff81ae93329584250c690acb4360afb834a65 (patch)
tree82fc2231b3f0e810212213318d14f4b69a85e546 /CHANGELOG.md
parentacc1486032aaad94fc852f3001e6b13bbeecfe11 (diff)
cached background computation of git status
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f69eb9..a46942e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### master
+`:show_git_file_info` compute git repo statistics and file statuses.
+Statistics are computed in background and cached.
+
<a name="v0.12.2"></a>
### v0.12.2 - 2020-01-29
- fix Ctrl-J being interpreted as Enter (fix #177)