Skip to content

Commit

Permalink
Update CHANGELOG for v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragory committed Jun 4, 2022
1 parent bc88fad commit 47b2f1a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog
For instructions on how to update the bot, see **[✨ Updating the bot](docs/updating.md)**

## v3.6.0
* The logChannel message for a closed thread now also contains a summary of the number of messages in that thread (by LilyWonhalf)
* 3 new plugin hooks (by LilyWonhalf):
* `afterNewMessageReceived`
* `afterThreadCloseScheduled`
* `afterThreadCloseScheduleCanceled`
* All plugin message formatters can now be asynchronous
* Environment variables for config can now also be supplied by a `.env` file (by Eight8-7020)
* Fixed bug that broke message formatters (including the embeds plugin) in 3.5.0
* Fixed ERR_PACKAGE_PATH_NOT_EXPORTED error on Node.js 17
* Updated "engines" values in package.json
* Updated outdated transitive dependencies

## v3.5.0

**New features**
Expand Down

0 comments on commit 47b2f1a

Please sign in to comment.