From 85f72582c6ea84b7764cece5ef7188b174f64267 Mon Sep 17 00:00:00 2001
From: Mechiel Lukkien <mechiel@ueber.net>
Date: Thu, 7 Mar 2024 10:50:18 +0100
Subject: [PATCH] mention matrix channel, add moxtools to things to check for a
 release

---
 README.md   | 2 +-
 develop.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6288b2b..03d535b 100644
--- a/README.md
+++ b/README.md
@@ -282,7 +282,7 @@ MIT license (like mox), and have the rights to do so.
 
 ## Where can I discuss mox?
 
-Join #mox on irc.oftc.net, or #mox on the "Gopher slack".
+Join #mox on irc.oftc.net, or #mox:matrix.org, or #mox on the "Gopher slack".
 
 For bug reports, please file an issue at https://github.com/mjl-/mox/issues/new.
 
diff --git a/develop.txt b/develop.txt
index 2615227..bb3ec51 100644
--- a/develop.txt
+++ b/develop.txt
@@ -275,7 +275,7 @@ done
 - Gather feedback on recent changes.
 - Check if dependencies need updates.
 - Check code if there are deprecated features that can be removed.
-- Generate apidiff and check if breaking changes can be prevented.
+- Generate apidiff and check if breaking changes can be prevented. Update moxtools.
 - Update features & roadmap in README.md
 - Write release notes.
 - Build and run tests with previous major Go release.