summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-11 11:27:02 +0100
committerCanop <cano.petrole@gmail.com>2020-01-11 11:27:02 +0100
commitb8fd1a7383bcca0d83ac64fc0c7ce6d55949edae (patch)
tree3bb604d12105f56008f9dad4bcb52293b317ed3b /CHANGELOG.md
parent839708115b42cfb528afe921e34badb2fc4ec653 (diff)
Fix verbs not properly cancelled on actions such escapev0.11.7
This could have some very nasty consequences. Fix #104
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 9905576..f999cbc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+<a name="v0.11.7"></a>
+### v0.11.7 - 2020-01-11
+- fix cancelled verbs possibly executed (fix #104) (major dangerous bug)
+
<a name="v0.11.6"></a>
### v0.11.6 - 2020-01-10
- backspace was previously bound to :back if not consumed by input. This is removed