Update changelog

This commit is contained in:
Maxime Coste 2019-04-15 17:50:13 +02:00
parent 78419bc76f
commit 06d4ee578e
2 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,15 @@ released versions.
* `edit -scratch` with no buffer name will create a new
scratch buffer with a unique autogenerated name.
* `info -placement` is now `info -style` and supports
`menu` and `modal` additional styles.
* `completions` option type `docstring` are now arbitrary
kakoune commands that are run on item select.
* `InsertCompletionSelect` hook has been removed as
`completions` commands now provides a similar feature.
== Kakoune 2019.01.20
* `auto_complete` has been renamed to `autocomplete` for more

View File

@ -47,6 +47,7 @@ struct {
0,
"» %file{...} expansions to read files\n"
"» echo -to-file <filename> to write to file\n"
"» completions option have an on select command instead of a docstring\n"
}, {
20190120,
"» named capture groups in regex\n"