From c7fc8a6bc03520827012fc79ed24227f69a4c242 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 4 Oct 2020 02:12:44 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b757d7..e2772ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.**