aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorl3thal2016-01-24 15:19:08 -0500
committerl3thal2016-01-24 15:19:08 -0500
commit76168e131315ec4c7de38c4fadca30c76078e8cb (patch)
tree343f1236a6b0e8df2a3a11a21b3bc13e510991df
parent05a630484fd652f67ce06679fb3f890f5fdd65ea (diff)
downloademacs-76168e131315ec4c7de38c4fadca30c76078e8cb.tar.gz
emacs-76168e131315ec4c7de38c4fadca30c76078e8cb.zip
Add NEWS entry for asynchronous reconnect in ERC
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e2fe5eba74..7518d725ef5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -428,6 +428,9 @@ additionally need to add `getSelection' to `xterm-extra-capabilities'.
428`erc-network-hide-list' and `erc-channel-hide-list' will only hide the 428`erc-network-hide-list' and `erc-channel-hide-list' will only hide the
429specified message types for the respective specified targets. 429specified message types for the respective specified targets.
430 430
431---
432*** Reconnection is now asynchronous.
433
431** Midnight-mode 434** Midnight-mode
432 435
433--- 436---