Skip to content

Commit 8aa1078

Browse files
committed
add changelog entry
1 parent effd9c5 commit 8aa1078

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ These changes are available on the `master` branch, but have not yet been releas
2525
- Added `Guild.fetch_role` method.
2626
([#2528](https://github.com/Pycord-Development/pycord/pull/2528))
2727

28+
### Fixed
29+
30+
- Fixed `EntitlementIterator` behavior with `limit > 100`. ([#2555](https://github.com/Pycord-Development/pycord/pull/2555))
31+
2832
## [2.6.0] - 2024-07-09
2933

3034
### Added
@@ -73,7 +77,7 @@ These changes are available on the `master` branch, but have not yet been releas
7377
([#2406](https://github.com/Pycord-Development/pycord/pull/2406))
7478
- Fixed the type-hinting of `ScheduledEvent.subscribers` to reflect actual behavior.
7579
([#2400](https://github.com/Pycord-Development/pycord/pull/2400))
76-
- Fixed `ScheduledEvent.subscribers` behavior with `limit=None`.
80+
- C.
7781
([#2407](https://github.com/Pycord-Development/pycord/pull/2407))
7882
- Fixed invalid data being passed to `Interaction._guild` in certain cases.
7983
([#2411](https://github.com/Pycord-Development/pycord/pull/2411))

0 commit comments

Comments
 (0)