summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9032aed..64718b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,14 @@
#### v2.11.0
+##### Features
+
* Add binding capital 'H' to go to the top of any pane/list
* Add binding capital 'G' to go to the bottom of any pane/list
+##### Fixes
+* Without user input during `dua i [<multiple paths>]` the top-most entry will remain selected.
+* Avoid stale frame at the end of traversal in interactive sessions when there is no user input.
+
#### v2.10.10 - Fix --version flag
It looks like the latest BETAs of clap removed setting the version implicitly.