diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index f5bb4c0a7e..cd1038ecdc 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 2832c36350..3a1d23fec6 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"