Skip to content

Commit 6fa9248

Browse files
committed
Update changelog for Paginator.on_timeout behavior
Added mention of Paginator.on_timeout to the changelog entry about changed timeout behavior, clarifying that both BaseView and Paginator views no longer raise errors on timeout.
1 parent fc7214c commit 6fa9248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These changes are available on the `master` branch, but have not yet been releas
2121
([#2994](https://github.com/Pycord-Development/pycord/pull/2994))
2222

2323
### Changed
24-
- Changed `BaseView.on_timeout` behavior: views no longer raise errors on timeout.
24+
- Changed `BaseView.on_timeout` and `Paginator.on_timeout` behavior: views no longer raise errors on timeout.
2525
([#3018](https://github.com/Pycord-Development/pycord/pull/3018))
2626

2727
### Fixed

0 commit comments

Comments
 (0)