Update CHANGELOG

cshd
Dragory 2020-10-04 02:12:44 +03:00
parent 9048942ce9
commit c7fc8a6bc0
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ Please report any bugs you encounter by [creating a GitHub issue](https://github
**Plugins:**
* Log storage functions `getLogUrl()`, `getLogFile()`, `getLogCustomResponse()` now take the entire thread object as an argument rather than the thread ID
* Plugins can now access the bot's web server via a new `webserver` property in plugin arguments
**Internal/technical updates:**
* Modmail now uses [Express](https://expressjs.com/) as its web server for logs/attachments
## v2.31.0-beta.2
**This is a beta release, bugs are expected.**