changelog: Note new socket handling

This commit is contained in:
Daniel Oaks 2017-03-23 12:17:31 +10:00
parent f5536d7945
commit 03fc6f767e
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ New release of Oragono!
* Added draft IRCv3 capability [draft/sts](http://ircv3.net/specs/core/sts-3.3.html).
### Changed
* Logging is now much better and useful.
* Can now specify years, months and days (e.g. `1y12m30d`) with DLINE and KLINE.
* `DLINE` and `KLINE` now let you specify years, months and days (e.g. `1y12m30d`) in durations.
* Logging is now much more useful, displays colours and can log to disk.
* Socket handling has been rewritten, which means we should support more connections more effectively (thanks dp- for the suggestion!).
### Removed