summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-10-28 09:13:34 +1100
committerMaxime Coste <mawww@kakoune.org>2021-10-28 09:13:34 +1100
commitda10ce817e2808ae16f5b1b7c1087c5c28caddaa (patch)
tree29957bcc86f4a37e47fcc325e5c5ff3ec824c034 /src/main.cc
parent946673850ea5502e5dda98c9fc8a5bc12afbc3e3 (diff)
Kakoune 2021.10.28
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 dab271b4..7fa6070e 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,6 +44,9 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
+ 20211028,
+ "» {+b}g{} and {+b}v{} do not auto-convert to lowercase anymore\n"
+ }, {
20210828,
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
"» {+u}$kak_command_fifo{} support\n"