Browse Source

add missing changelog item

tags/v2.2.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
c2a7cd5ffc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      CHANGELOG.md

+ 1
- 0
CHANGELOG.md View File

@@ -89,6 +89,7 @@ This release includes a change to the MySQL schema. This change will be applied
89 89
 * Account unregistration now always disconnects the client (#1028)
90 90
 * Fakelag is now temporarily disabled during the sending of a `draft/multiline` message batch (#817)
91 91
 * Failed attempts to join a `+R` channel now send `477 ERR_NEEDREGGEDNICK` (#936, thanks [@PizzaLover2007](https://github.com/PizzaLover2007), [@jesopo](https://github.com/jesopo)!)
92
+* `353 RPL_NAMREPLY` now always uses a trailing parameter, for compatibility with incorrect client implementations (#854, #862)
92 93
 * Channels with persistent history can no longer be renamed with `/RENAME` (#827)
93 94
 * The self-signed certificate generation command `oragono mkcerts` now generates a 2048-bit RSA certificate, instead of a NIST P-521 ECDSA certificate (#898)
94 95
 * Cleaned up compatibility with an obsolete WEBIRC escaping convention (#869)

Loading…
Cancel
Save