Skip to content

Commit 9a15e65

Browse files
committed
add support for SIDEKICK cosmetic type
1 parent 5c42b3c commit 9a15e65

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Breaking Changes
1414
~~~~~~~~~~~~~~~~
1515
- Drop support for Python 3.9. The minimum supported Python version is now 3.10.
1616

17+
New Features
18+
~~~~~~~~~~~~
19+
- Added support for :attr:`fortnite_api.CosmeticType.SIDEKICK`.
20+
1721
Bug Fixes
1822
~~~~~~~~~
1923
- Fixed an issue that caused :class:`fortnite_api.Asset.resize` to raise :class:`TypeError` instead of :class:`ValueError` when the given size isn't a power of 2.

fortnite_api/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ class CosmeticType(Enum):
412412
SPRAY = 'spray'
413413
TOY = 'toy'
414414

415+
SIDEKICK = 'sidekick'
416+
415417
WRAP = 'wrap'
416418

417419
BANNER = 'banner'

0 commit comments

Comments
 (0)