Skip to content

Commit 15da4fd

Browse files
committed
docs: add changelog entry for View.from_dict() fix
1 parent f5db60e commit 15da4fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

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

1919
- Fixed a `TypeError` when using `Label.set_select` and not providing `default_values`.
2020
([#3171](https://github.com/Pycord-Development/pycord/pull/3171))
21+
- Fixed `View.from_dict()` always returning `None` due to a missing `return` statement.
22+
([#3181](https://github.com/Pycord-Development/pycord/pull/3181))
2123

2224
### Deprecated
2325

0 commit comments

Comments
 (0)