summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2020-01-16 20:52:01 +1100
committerMaxime Coste <mawww@kakoune.org>2020-01-16 20:52:20 +1100
commit9ca479ed40ceea29eb3b7949fb776e92e5f6e8dc (patch)
tree728747be89c6e602cede3be50c71dc1702de6a97 /src/main.cc
parent5f126ee2675a208b7dc37ead6aec881b998fecc2 (diff)
Kakoune v2020.10.16
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index e3951e2e..dabbb7b2 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,6 +44,9 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
+ 20200116,
+ "» {+u}InsertCompletionHide{} parameter is now the list of inserted ranges"
+ }, {
20191210,
"» {+u}ModeChange{} parameter has changed to contain push/pop "
"{+ui}Mode{+u}Begin{}/{+ui}Mode{+u}End{} hooks were removed\n"