From 66793cb480b2a1932f0dc171d75cd41b53a68196 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 26 Jul 2020 05:45:11 -0400 Subject: [PATCH] add changelog entry for #1216 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e910108c..c2081d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ This release includes a database change. If you have `datastore.autoupgrade` set * Fixed incorrect `CHGHOST` lines sent to users during connection registration (#1125, thanks [@jesopo](https://github.com/jesopo)!) * Fixed a number of issues affecting the `znc.in/playback` capability, in particular restoring compatibility with Palaver (#1205, thanks [@kylef](https://github.com/kylef)!) * Fixed interaction of auto-away with the regular `/AWAY` command (#1207) +* Fixed an incorrect interaction between always-on and `/NS SAREGISTER` (#1216) * Fixed a race condition where nicknames of signed-out users could remain in the channel names list (#1166, thanks [@eskimo](https://github.com/eskimo)!) * Fixed the last line of the MOTD being truncated in the absence of a terminating `\n` (#1167, thanks [@eskimo](https://github.com/eskimo)!) * Fixed `away-notify` lines not being sent on channel JOIN (#1198, thanks savoyard!)