From b9f78507190cb321de7893b5bfa52d3b3a77cfe3 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Tue, 26 Dec 2017 12:38:54 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08b4c22..6551c0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,19 @@ New release of Oragono! ### Security ### Added +* `DLINE`/`KLINE`: We now save the name of whichever oper set the ban (and display it later). ### Changed +* `draft/maxline` capability is now [`oragono.io/maxline`](https://oragono.io/maxline). +* `WHO`: First parameter now must be a mask or channel name, cannot be ommitted. +* Casemapping is now advertised using the `UTF8MAPPING` token, matching the new spec changes. +* We now allow unprivileged users to list channel bans. ### Removed ### Fixed +* Fixed a bug around removing channel bans. +* Fixed a client timeout bug. ## [0.10.2] - 2017-11-13