From 721a0026df376246c7d15759838c5253f9bb68f7 Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Wed, 6 May 2020 23:08:07 +0100 Subject: [PATCH] website: Document read-line in 0.14.0 release notes. --- website/blog/0.14.0-release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/blog/0.14.0-release-notes.md b/website/blog/0.14.0-release-notes.md index 28e886ba..1371e8de 100644 --- a/website/blog/0.14.0-release-notes.md +++ b/website/blog/0.14.0-release-notes.md @@ -52,6 +52,9 @@ The following deprecated features, unfortunately, do not trigger any warnings: - A new `make-map` command creates a map from a sequence of pairs. +- A new `read-line` command can be used to read a single line from the byte + input. + - When a callback of the interactive editor throws an exception, the exception is now saved in a `$edit:exceptions` variable for closer examination.