summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-13 10:44:23 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-13 11:15:26 +0000
commite74a8cec3421d8712e1132c0851e862d86b1a51c (patch)
tree354c4946b7e7ba0d5fb4c653a1168d01ccd9e128 /NEWS
parentbd5957f6bb522dae3e7fd591fab8859b72bab149 (diff)
Support directed signals
Previously we always ignored signals' destination. They're now shown similarly to normal signals, but with only one arrow, pointing to the destination.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8954c1f..a07ee52 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ Bustle no longer [crashes when it encounters messages containing file
handles][crash-on-h]. (Those messages are now dropped; which is not
perfect, but is at least an improvement.)
+Directed signals—signals with a specified destination, which are unusual
+but do appear—are now shown differently to normal, undirected signals,
+with an arrow pointing to the signal's recipient.
+
[crash-on-h]: https://bugs.freedesktop.org/show_bug.cgi?id=44714