Skip to content

Commit

Permalink
Update CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Defxult authored Mar 19, 2021
1 parent 9b970ba commit 1201b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ v1.0.5 Mar.19, 2021
- Added class variable ReactionMenu.FAST
- Added ReactionMenu kwarg "navigation_speed". Used with either ReactionMenu.NORMAL or ReactionMenu.FAST
- Fixed a bug where if multiple menu instances were created and stopped in a single execution, calling ReactionMenu.stop() could stop the wrong instance
- Fixed a bug where if an exception was to occur during the startup of a menu, exceptions such as discord.py's "missing permissons" exception would be suppressed and not be displayed
- Fixed a bug where if an exception was to occur during the startup of a menu, exceptions such as discord.py's "missing permissions" exception would be suppressed and not be displayed
- Fixed a bug with Button objects where a duplicate name/emoji could be used

v1.0.4 Mar. 13, 2021
Expand All @@ -25,4 +25,4 @@ v1.0.1 Feb. 16, 2021
- Added "go_to_page_buttons" property
- Added "total_pages" property
- Added class method ReactionMenu.set_sessions_limit()
- Added class method ReactionMenu.cancel_all_sessions()
- Added class method ReactionMenu.cancel_all_sessions()

0 comments on commit 1201b09

Please sign in to comment.