From bbf96005048656bcabfe27387fecd9a25ff50da0 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 19 Jun 2022 20:28:51 +0200 Subject: [PATCH] Mention JSON-RPC documentation in early release notes. https://www.unrealircd.org/docs/JSON-RPC [skip ci] --- doc/RELEASE-NOTES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index e6e96bf93..b8b5a0557 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -1,9 +1,12 @@ UnrealIRCd 6.0.5-git ================= This is work in progress. Current git is NOT stable. - If you want a stable IRCd, download 6.0.4 or upgrade to it via `./unrealircd upgrade` +### Enhancements: +* [JSON-RPC](https://www.unrealircd.org/docs/JSON-RPC) API for UnrealIRCd. + This is work in progress, only listing users and channels at the moment. + UnrealIRCd 6.0.4 ----------------- This release comes with lots of features and enhancements. In particular,