From 34964a9920cc79dd6608acccc43b09e6a2212d13 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Wed, 6 Sep 2017 14:41:11 +1000 Subject: [PATCH] changelog: Document new stuff --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90a8fee..5ce16632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ New release of Oragono! ### Removed ### Fixed +* Fixed a bug where certain clients couldn't connect as we were incorrectly rejecting their valid PTR record (thanks @slingamn!). * Fixed a memory leak in our socket code when clients disconnect. * Fixed a SASL bug that resulted in certains clients getting caught in a cycle of trying (and failing) to abort authentication. * Fixed an instance where clients could use a nickname that isn't sane (thanks @euank!).