Update CHANGELOG

cshd
Dragory 2020-08-16 19:58:10 +03:00
parent 2d2ae2a118
commit 778a30941d
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Changelog # Changelog
## v2.31.0-beta.1 ## v2.31.0-beta.1
This is a beta release. Please report any bugs you encounter! **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:** **General changes:**
* Added support for Node.js 14, dropped support for Node.js 10 and 11 * Added support for Node.js 14, dropped support for Node.js 10 and 11
@ -33,7 +34,7 @@ This is a beta release. Please report any bugs you encounter!
* If your plugin requires special gateway intents, use the new `extraIntents` config option * If your plugin requires special gateway intents, use the new `extraIntents` config option
**Internal/technical updates:** **Internal/technical updates:**
* Updated to Eris 0.13.3 * Updated Eris to v0.13.3
* Updated several other dependencies * Updated several other dependencies
* The client now requests specific gateway intents on connection * The client now requests specific gateway intents on connection
* New JSON Schema based config parser that validates each option and their types more strictly to prevent undefined behavior * New JSON Schema based config parser that validates each option and their types more strictly to prevent undefined behavior