summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index bbbf584cb..2c1763afc 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -139,6 +139,10 @@ Changed
- 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
~~~~~