From cb7401439b6027da49c622822ee3498de741f130 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 20 Jan 2019 22:52:01 +1100 Subject: [PATCH] Kakoune v2019.01.20 --- doc/pages/changelog.asciidoc | 2 +- src/main.cc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index f5bb4c0a..cd1038ec 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -3,7 +3,7 @@ This changelog contains major and/or breaking changes to Kakoune between released versions. -== Development version +== Kakoune 2019.01.20 * `auto_complete` has been renamed to `autocomplete` for more consistency. diff --git a/src/main.cc b/src/main.cc index 2832c363..3a1d23fe 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,6 +44,10 @@ struct { unsigned int version; const char* notes; } constexpr version_notes[] = { { + 20190120, + "» named capture groups in regex\n" + "» auto_complete option renamed to autocomplete\n" + }, { 20181027, "» define-commands -shell-completion and -shell-candidates has been renamed\n" "» exclusive face attributes is replaced with final (fg/bg/attr)\n"