changelog: Document new stuff

This commit is contained in:
Daniel Oaks 2017-09-06 14:41:11 +10:00
parent d052ca8a8d
commit 34964a9920
1 changed files with 1 additions and 0 deletions

View File

@ -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!).