Update CHANGELOG

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

View File

@ -9,6 +9,7 @@ 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
* Log storage function `save()` can now return information about the saved log to be stored with the thread. This can then be accessed in e.g. `getLogUrl()` via `thread.log_storage_data`.
* Plugins can now access the bot's web server via a new `webserver` property in plugin arguments
**Internal/technical updates:**