summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin White <kwhite@gnu.org>2016-01-24 15:19:08 -0500
committerl3thal <kwhite@gnu.org>2016-01-24 15:20:10 -0500
commit12eeaa877c4396880c926c26b4010a059b6a3325 (patch)
tree343f1236a6b0e8df2a3a11a21b3bc13e510991df
parent05a630484fd652f67ce06679fb3f890f5fdd65ea (diff)
downloademacs-12eeaa877c4396880c926c26b4010a059b6a3325.tar.gz
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'.
`erc-network-hide-list' and `erc-channel-hide-list' will only hide the
specified message types for the respective specified targets.
+---
+*** Reconnection is now asynchronous.
+
** Midnight-mode
---