From f7ab0fb59e9bf1e4716fe573b16220bbedc13074 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 19 Dec 2022 03:55:15 -0500 Subject: [PATCH] tweak changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 131c2fba..e920849d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ Many thanks to dedekro, [@emersion](https://github.com/emersion), [@eskimo](http * Network services like `NickServ` now appear in `WHO` responses where applicable (#1850, thanks [@emersion](https://github.com/emersion)!) * The `extended-monitor` capability now appears under its ratified name (#2006, thanks [@progval](https://github.com/progval)!) * `TAGMSG` no longer receives automatic `RPL_AWAY` responses (#1983, thanks [@eskimo](https://github.com/eskimo)!) -* Sending `SIGUSR1` to the Ergo process now prints a full goroutine stack dump to stderr, allowing debugging even when the HTTP pprof listener is disabled (#1975) * `UBAN` now states explicitly that bans without a time limit have "indefinite" duration (#1988, thanks [@mogad0n](https://github.com/mogad0n)!) ### Fixed @@ -34,6 +33,7 @@ Many thanks to dedekro, [@emersion](https://github.com/emersion), [@eskimo](http ### Added * Added the `draft/persistence` capability and associated `PERSISTENCE` command. This is a first attempt to standardize Ergo's "always-on" functionality so that clients can interact with it programmatically. (#1982) +* Sending `SIGUSR1` to the Ergo process now prints a full goroutine stack dump to stderr, allowing debugging even when the HTTP pprof listener is disabled (#1975) ### Internal