Skip to content

Commit a71c1c7

Browse files
committed
Fix changelog formatting
1 parent ddbee35 commit a71c1c7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

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

99
# v3.10.0-dev5
1010

11-
v3.10 adds group conversations while resolving othre bugs and QOL changes. It is potentially breaking to some plugins that adds functionality to threads.
11+
v3.10 adds group conversations while resolving other bugs and QOL changes. It is potentially breaking to some plugins that adds functionality to threads.
1212

13-
## Breaking
13+
### Breaking
1414

1515
- `Thread.recipient` (`str`) is now `Thread.recipients` (`List[str]`).
16+
- `thread.reply` now returns mod_message, user_message1, user_message2... It is no longer limited at a size 2 tuple.
1617

17-
## Added
18+
### Added
1819

1920
- Ability to have group conversations. ([GH #143](https://github.com/kyb3r/modmail/issues/143))
2021
- Snippets are invoked case insensitively. ([GH #3077](https://github.com/kyb3r/modmail/issues/3077), [PR #3080](https://github.com/kyb3r/modmail/pull/3080))
2122
- Default tags now use top hoisted role. ([GH #3014](https://github.com/kyb3r/modmail/issues/3014))
2223

23-
## Fixed
24+
### Fixed
2425

2526
- Certain situations where the internal thread cache breaks and spams new channels. ([GH #3022](https://github.com/kyb3r/modmail/issues/3022), [PR #3028](https://github.com/kyb3r/modmail/pull/3028))
2627
- Blocked users are now no longer allowed to use `?contact` and react to contact. ([COMMENT #819004157](https://github.com/kyb3r/modmail/issues/2969#issuecomment-819004157), [PR #3027](https://github.com/kyb3r/modmail/pull/3027))
@@ -34,44 +35,43 @@ v3.10 adds group conversations while resolving othre bugs and QOL changes. It is
3435
- Deleted messages are now deleted on both ends. ([GH #3041](https://github.com/kyb3r/modmail/issues/3041), [@JerrieAries](https://github.com/kyb3r/modmail/commit/20b31f8e8b5497943513997fef788d72ae668438))
3536
- Persistent notes are now properly deleted from the database. ([GH #3013](https://github.com/kyb3r/modmail/issues/3013))
3637

37-
## Internal
38-
39-
- `thread.reply` now returns mod_message, user_message1, user_message2... It is no longer limited at a size 2 tuple. Potentially breaking if plugins depend on this behaviour.
40-
- Fix return types, type hints, and unresolved references ([PR #3009](https://github.com/kyb3r/modmail/pull/3009))
38+
### Internal
39+
def c
40+
- Fix return types, type hints and unresolved references ([PR #3009](https://github.com/kyb3r/modmail/pull/3009))
4141
- Reload thread cache only when it's the first on_ready trigger. ([GH #3037](https://github.com/kyb3r/modmail/issues/3037))
4242

4343
# v3.9.5
4444

45-
## Internal
45+
### Internal
4646

4747
- Bumped discord.py to v1.7.3, updated all other packages to latest.
4848
- More debug log files are now kept.
4949
- Resolve SSL errors by retrying without SSL
5050

5151
# v3.9.4
5252

53-
## Fixed
53+
### Fixed
5454

5555
- Certain cases where fallback categories were not working as intended. ([GH #3002](https://github.com/kyb3r/modmail/issues/3002), [PR #3003](https://github.com/kyb3r/modmail/pull/3003))
5656
- There is now a proper message when trying to contact a bot.
5757

58-
## Improved
58+
### Improved
5959

6060
- `?mention` can now be disabled with `?mention disable`. ([PR #2993](https://github.com/kyb3r/modmail/pull/2993/files))
6161
- `?mention` now allows vague entries such as `everyone` or `all`. ([PR #2993](https://github.com/kyb3r/modmail/pull/2993/files))
6262

63-
## Internal
63+
### Internal
6464

6565
- Change heroku python version to 3.9.4 ([PR #3001](https://github.com/kyb3r/modmail/pull/3001))
6666

6767
# v3.9.3
6868

69-
## Added
69+
### Added
7070

7171
- New config: `use_user_id_channel_name`, when set to TRUE, channel names would get created with the recipient's ID instead of their name and discriminator.
7272
- This is now an option to better suit the needs of servers in Server Discovery
7373

74-
## Internal
74+
### Internal
7575

7676
- Signature of `format_channel_name` in core/util.py changed to:
7777
- `format_channel_name(bot, author, exclude_channel=None, force_null=False)`

0 commit comments

Comments
 (0)