Skip to content

Commit f9587e1

Browse files
committed
Update changelog
1 parent 55a0e24 commit f9587e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ however, insignificant breaking changes do not guarantee a major version bump, s
88

99
# [UNRELEASED]
1010

11+
# v4.2.0
12+
1113
### Breaking
1214
- Completely rewritten blocklist system. Blocklisting now runs off its own mongoDB collection. This once again introduces backwards incompatible schema changes, so a manual migration is required. You may upgrade from both v4.0 and v4.1 using the `[p]migrate blocklist` command. This removes any need to perform the previous migration steps in v4.1.0, you may upgrade directly to this version. After running the command, blocklist functionality will return and legacy config based blocks will have been deleted. You should always back up your config before migration.
1315
- Migrated package manager from pipenv to Poetry. Dockerfile and GitHub Actions are also now set up to install using Poetry.
@@ -22,12 +24,12 @@ however, insignificant breaking changes do not guarantee a major version bump, s
2224
- Added `log_expiration` config to auto-delete old logs on a schedule.
2325

2426
### Changed
25-
- Changing a threads title or NSFW status immediately updates the status in the database.
27+
- Changing a thread's title or NSFW status immediately updates the status in the database.
2628

2729
### Removed
2830
- The logviewer plugin is no longer included locally.
2931
- Removed lottie sticker support and its dependencies due to unnecessary bulk.
30-
- The bot will no longer embed image from gyazo.
32+
- Removed gyazo image embedding.
3133

3234
### Fixed
3335
- Persistent notes have been fixed after the previous discord.py update.
@@ -37,7 +39,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
3739
- Fixed failure on installing local plugins when plugin path contains whitespace.
3840
- Fixed sticker replies not being sent in a Modmail thread.
3941
- Fixed plugin update command where it would fail to remove the plugin when the plugin is invalid.
40-
- Fixed MissingRequiredArgument requiring additional param.
42+
- Fixed MissingRequiredArgument requiring additional param error on certain commands.
4143
- Fixed rate limit issue on raw reaction add/remove events.
4244

4345
### Internal

0 commit comments

Comments
 (0)