From a0eed62b4ca8e52794a1a360aa440c86c0e0a5ab Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 18 Feb 2019 03:56:43 -0500 Subject: [PATCH] correct my earlier overexcitement re. punctuation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760b5bf5..e5ef83c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Highlights include: * The default logging configuration now logs to stderr only, rather than to both stderr and a file. * `max-channels-per-client` key added under `channels` (limiting the number of channels that can be joined). * `max-channels-per-account` key added under `channels.registration` (limiting the number of channels that can be registered). -* Exemption lists now accept `localhost` as a value, meaning any loopback IPV4, loopback IPV6, or unix domain address.... +* Exemption lists now accept `localhost` as a value, meaning any loopback IPV4, loopback IPV6, or unix domain address. ### Security * Added a SASL-only mode in which all clients must authenticate with SASL.