From b80cb0ed15d87c1a0798359ff5b6d9ec1844a806 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 3 Oct 2020 16:12:57 +0300 Subject: [PATCH] Add CHANGELOG entries for beta.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b99c70a..7b757d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v2.31.0-beta.3 (UNRELEASED) +**This is a beta release, bugs are expected.** +Please report any bugs you encounter by [creating a GitHub issue](https://github.com/Dragory/modmailbot/issues/new)! + +**General changes:** +* Fix occasional bug with expiring blocks where the bot would send the expiry message multiple times + +**Plugins:** +* Log storage functions `getLogUrl()`, `getLogFile()`, `getLogCustomResponse()` now take the entire thread object as an argument rather than the thread ID + ## v2.31.0-beta.2 **This is a beta release, bugs are expected.** Please report any bugs you encounter by [creating a GitHub issue](https://github.com/Dragory/modmailbot/issues/new)!