doc changelog: Update the changelog

This commit is contained in:
Frank LENORMAND 2020-06-03 15:05:19 +03:00
parent a56a03c454
commit fb05adb75c

View File

@ -5,6 +5,17 @@ released versions.
== Development version
* The `bold` and `italic` faces are no longer built-in. Highlighters
are expected to use face attributes (`+b` and `+i`, respectively) to
decorate text.
* The `lint-enable` command no longer needs to be called to display
linting errors. The `lint-disable` command was renamed into
`lint-hide-diagnostics`.
* The `+<length>` part of a `range-specs` highlighter consistently
refers to the length of the target range.
* clients stdin is transferred to the server, making it possible
to pipe into `kak -c <session>`