summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 2beeceb4a..2c1763afc 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -136,6 +136,13 @@ Changed
- `:config-diff` now has an `--include-hidden` flag, which also shows
internally-set settings.
- Improved error messages when `:spawn` can't find an executable.
+- When a process fails, the error message now suggests using `:process PID` with
+ the correct PID (rather than always showing the latest process, which might not
+ be the failing one)
+- When a process got killed with `SIGTERM`, no error message is now displayed
+ anymore (unless started with `:spawn --verbose`).
+- When a process got killed by a signal, the signal name is now displayed in
+ the message.
Fixed
~~~~~