From bc4f2205f1400fdb759f0de7d65f760d19835423 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 11 Mar 2020 06:01:24 -0400 Subject: [PATCH] remove erroneous changelog entry Issue #745 affected channels, not accounts. Since confusable protection for channels was not implemented at all in 1.2.0, this bug was never present in a release and shouldn't be in the changelog. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6126e514..31d976d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,6 @@ This release includes a database change. If you have `datastore.autoupgrade` set * Fixed cases where Tor users could receive CTCP messages, contrary to expectations (#752, #753) * Fixed `NS INFO` displaying the local timezone (#710) * Fixed `accounts.authentication-enabled` failing to disable the `NS IDENTIFY` command (#721) -* Fixed confusable protection not being applied to newly registered accounts (#745, thanks [@bogdomania](https://github.com/bogdomania)!) ### Added * Added support for persistent history storage in MySQL (#348)