From 0a264b430eef16dd486c5124b87437bccae9ee1e Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 8 Dec 2019 12:17:33 -0800 Subject: [PATCH] docs/t: fix wrong version for the last two protocol caps --- docs/technical/pmodule-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/technical/pmodule-spec.md b/docs/technical/pmodule-spec.md index 83b4da3..bf62da9 100644 --- a/docs/technical/pmodule-spec.md +++ b/docs/technical/pmodule-spec.md @@ -263,9 +263,9 @@ In short, protocol modules have some very important jobs. If any of these aren't 7) Declare the correct set of protocol module capabilities to prevent confusing PyLink's plugins. ## Changes to this document -* 2019-11-02 (2.1-alpha2) +* 2019-11-02 (2.1-beta1) - Added protocol capability: `can-manage-bot-channels` -* 2019-10-10 (2.1-alpha2) +* 2019-10-10 (2.1-beta1) - Added protocol capability: `has-irc-modes` * 2019-06-23 (2.1-alpha2) - Added new protocol capabilities: `virtual-server` and `freeform-nicks`