Skip to content

Commit 130716a

Browse files
committed
Changelog
1 parent cbab9a4 commit 130716a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Glossary
3131
----------------------
3232
Releases
3333
----------------------
34+
35+
v2.4.2 (v2.3.4)
36+
=============
37+
- Fixed channel verification bug:
38+
39+
- Fixes bug where messages try to be sent into channels that have not passed verification (complete button)
40+
3441
v2.4
3542
=============
3643
- Multiple accounts support:

optional.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"voice" : ["PyNaCl", "yt-dlp"],
33
"proxy" : ["aiohttp_socks"],
4-
"sql" : ["sqlalchemy[asyncio]", "aiosqlite", "pymssql", "asyncpg", "asyncmy"],
4+
"sql" : ["sqlalchemy[asyncio]<=1.4.46", "aiosqlite", "pymssql", "asyncpg", "asyncmy"],
55
"testing" : ["pytest", "pytest-asyncio"],
66
"docs" : [
77
"sphinx", "sphinx-autobuild", "sphinx-copybutton", "furo", "enum-tools[sphinx]",

0 commit comments

Comments
 (0)