Skip to content

Commit

Permalink
docs: add/update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Jan 10, 2023
1 parent d44ed57 commit a337727
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions changelog/904.feature.rst
@@ -1,3 +1,5 @@
Add features related to role subscriptions.
- :attr:`MessageType.role_subscription_purchase`
- :attr:`RoleTags.subscription_listing_id`, :attr:`RoleTags.is_available_for_purchase`, and :attr:`RoleTags.is_subscription`
- New message type: :attr:`~MessageType.role_subscription_purchase`.
- New role tags: :attr:`RoleTags.subscription_listing_id`, :attr:`RoleTags.is_available_for_purchase`, and :attr:`RoleTags.is_subscription`.
- New type :class:`RoleSubscriptionData` and attribute :attr:`Message.role_subscription_data`.
- New system channel flags: :attr:`~SystemChannelFlags.role_subscription_purchase_notifications` and :attr:`~SystemChannelFlags.role_subscription_purchase_notification_replies`.
5 changes: 5 additions & 0 deletions changelog/913.feature.rst
@@ -0,0 +1,5 @@
Add features related to role subscriptions.
- New message type: :attr:`~MessageType.role_subscription_purchase`.
- New role tags: :attr:`RoleTags.subscription_listing_id`, :attr:`RoleTags.is_available_for_purchase`, and :attr:`RoleTags.is_subscription`.
- New type :class:`RoleSubscriptionData` and attribute :attr:`Message.role_subscription_data`.
- New system channel flags: :attr:`~SystemChannelFlags.role_subscription_purchase_notifications` and :attr:`~SystemChannelFlags.role_subscription_purchase_notification_replies`.

0 comments on commit a337727

Please sign in to comment.