Merge remote-tracking branch 'lenormf/fix-changelog'

This commit is contained in:
Maxime Coste 2020-06-25 20:58:57 +10:00
commit e989bda964

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>`