summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-09-12 09:54:40 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-09-12 09:54:40 +0800
commit8dc45abd15857cb11ab5567b83d507e4e3474b9e (patch)
treea81407e0a0703b18b63cce3a12139418d2f5cdfe
parented0bfc750a59d45fad04cb3a39b73e6f70512cee (diff)
update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9c3eff..bc3db80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+### Fixes
+
+- Remove a duplicate draw call which would have doubled the time it takes to refresh on user input.
+ This might have been noticable when large amounts of files are displayed.
+
### New Features
- <csr-id-28f5ac90cc1ba7d668ae8a83eb5cd899294a8301/> Automatically resize if the terminal changes in size.