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.
This commit is contained in:
Shivaram Lingamneni 2020-03-11 06:01:24 -04:00
parent c99754ecd9
commit bc4f2205f1

@ -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)