From f3e538170ec640745bc45c47fc90bc5fd5f23222 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 11 Dec 2019 17:19:15 +0100 Subject: [PATCH] Minor update in release notes --- doc/RELEASE-NOTES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index f744c83c5..4d2adc487 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -418,8 +418,7 @@ Server protocol message tags and that the server can cope with 4K lines. (Note that the ordinary non-message-tag part is still limited to 512 bytes). * Pseudo ID support in SASL was removed. We now use real UID's. - This breaks anope, up to 2.0.6 stable, due lacking - [this patch](https://github.com/anope/anope/commit/da6e2730c259d6d6356a0a948e85730ae34663ab.patch) + This breaks services who rely on the old pseudo ID format. Client protocol ----------------