Browse Source

fix markdown typo

tags/v2.0.0
Shivaram Lingamneni 4 years ago
parent
commit
601b1c5da7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CHANGELOG.md

+ 1
- 1
CHANGELOG.md View File

@@ -55,7 +55,7 @@ This release includes a database change. If you have `datastore.autoupgrade` set
55 55
 * Added support for LDAP (#690, thanks [@mattouille](https://github.com/mattouille), [@ivucica](https://github.com/ivucica), and [@mabgnu](https://github.com/mabgnu)!)
56 56
 * Added support for the new [draft/multiline](https://github.com/ircv3/ircv3-specifications/pull/398) specification (#670, thanks [@jwheare](https://github.com/jwheare) and [@jesopo](https://github.com/jesopo)!)
57 57
 * Added new modes for Unicode characters in nicknames and channel names: ASCII-only and "permissive" (allowing emoji) (#693)
58
-* Added support for plaintext PROXY lines ahead of a TLS handshake, improving compatibility with some Kubernetes load balancers (#561, thanks @RyanSquared](https://github.com/RyanSquared) and [@daurnimator](https://github.com/daurnimator)!)
58
+* Added support for plaintext PROXY lines ahead of a TLS handshake, improving compatibility with some Kubernetes load balancers (#561, thanks [@RyanSquared](https://github.com/RyanSquared) and [@daurnimator](https://github.com/daurnimator)!)
59 59
 * Added support for authenticating operators by TLS client certificates, and automatically applying operator privileges on login (#696, thanks [@RyanSquared](https://github.com/RyanSquared)!)
60 60
 * Added `/DEOPER` command to remove operator privileges (#549, thanks [@bogdomania](https://github.com/bogdomania)!)
61 61
 * Added `/CHANSERV TRANSFER`, allowing transfers of channel ownership (#684)

Loading…
Cancel
Save