Skip to content

Commit e57a519

Browse files
committed
Finalise 3.6 changelog
1 parent 2c5a72b commit e57a519

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ however, insignificant breaking changes do not guarantee a major version bump, s
2020
- `?move` now consumes rest in category name, which means `?move Long Category Name` works without quotes!
2121
- `?help` shows "No command description" if no description provided. ([PR #2845](https://github.com/kyb3r/modmail/pull/2845))
2222

23+
### Fixed
24+
- Unicode errors raised during windows selfhosting
25+
2326
### Internal
2427

2528
- Bump discord.py version to 1.5.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = '''
2121

2222
[tool.poetry]
2323
name = 'Modmail'
24-
version = '3.5.0'
24+
version = '3.6.0'
2525
description = "Modmail is similar to Reddit's Modmail, both in functionality and purpose. It serves as a shared inbox for server staff to communicate with their users in a seamless way."
2626
license = 'AGPL-3.0-only'
2727
authors = [

0 commit comments

Comments
 (0)