From 124139c097da28f40033832ffbe39ce33cfc95a7 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 18 Jun 2017 08:29:32 -0600 Subject: [PATCH] changelog: Update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3a10e9..1ccd824d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,10 +26,12 @@ New release of Oragono! * `DLINE` and `KLINE`: Added `ANDKILL` parameter to also kill all clients that match the ban. * `JOIN`: Disable `JOIN 0` to help prevent clients from being kicked off (InspIRCd has done the same). * `LIST`: Implement extended list conditions `U` (which filters the channels by user count). +* Renamed a number of dependency libraries, and changed Oragono to its' own organisation (only useful if you're building Oragono from source). ### Removed ### Fixed +* `SANICK` works properly now (thanks @lbeziaud!). ## [0.8.0] - 2017-05-09