summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-05-28 18:29:19 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-05-28 18:29:19 +0200
commit5cef49ff3074f9eab1da6937a141a39a20828502 (patch)
treeed3b1b01f9301342f6660ca96e5b5ee51d1c8ebd /doc
parentc41f152fa5b0bc44e15779e99706d7fb8431de85 (diff)
downloadqutebrowser-5cef49ff3074f9eab1da6937a141a39a20828502.tar.gz
qutebrowser-5cef49ff3074f9eab1da6937a141a39a20828502.zip
Improve process output in case of signals
See https://www.reddit.com/r/qutebrowser/comments/13tqp55/command_crashed_see_process_for_details/
Diffstat (limited to 'doc')
-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
~~~~~