summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2020-05-10 20:55:15 +1000
committerMaxime Coste <mawww@kakoune.org>2020-05-16 10:10:28 +1000
commitb44c4f41a68ce01b8bf5fae12c1971fb882bb565 (patch)
tree1bea6bce6b3797b94273294f550d63b3be7eb2b3
parent3fc02cb25fc6da8510f4f70438c4ee9cd7f1683c (diff)
Document rgba faces and client stdin in the changelog
-rw-r--r--doc/pages/changelog.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc
index f83601e8..67be2fc4 100644
--- a/doc/pages/changelog.asciidoc
+++ b/doc/pages/changelog.asciidoc
@@ -5,6 +5,12 @@ released versions.
== Development version
+* clients stdin is transferred to the server, making it possible
+ to pipe into `kak -c <session>`
+
+* Faces can have an alpha channel, specified using the
+ `rgba:RRGGBBAA` format.
+
* replace-ranges highlighter now support empty and multi-lines ranges
* `%var{...}` now expands to list of strings, `$kak_quoted_...` now work