Skip to content

Commit d2d6a61

Browse files
committed
docs: add changelog entry for View.from_dict() fix
1 parent d87b3a2 commit d2d6a61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ These changes are available on the `master` branch, but have not yet been releas
1616

1717
### Fixed
1818

19+
- Fixed `View.from_dict()` always returning `None` due to a missing `return` statement.
20+
([#3181](https://github.com/Pycord-Development/pycord/pull/3181))
21+
1922
### Deprecated
2023

2124
### Removed

0 commit comments

Comments
 (0)