Skip to content

Commit fd14ccd

Browse files
authored
Revise changelog for subreddit methods and poll options
Updated changelog to reflect new methods for managing subreddit removal reasons and user poll options.
1 parent 5222065 commit fd14ccd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This release adds new APIs for smoother subreddit management and adds new poll p
1717
**Subreddit Management**
1818

1919
* `subreddit.updateSettings()` updates subreddit settings (this method only supports the settings currently exposed in the `SubredditSettings` type).
20-
* `subreddit.updateRemovalReasons()` updates subreddit removal reasons and provides support for deleting them. This method converts the `RemovalReason` type into a class, enabling it to include methods for managing removal reasons.
20+
* `subreddit.updateRemovalReasons()` updates subreddit removal reasons.
21+
* `subreddit.deleteRemovalReasons()` deletes a subreddit removal reason.
2122

2223
**Subreddit Rules**
2324

@@ -32,8 +33,7 @@ Note: methods available on `reddit` provide the same functionality as their `sub
3233
**Poll Post Enhancements**
3334

3435
* Introduces a `pollOption` field on the `Post` object to access poll options.
35-
* Adds a `getCurrentUserPollOption()` method to retrieve the option selected by the current user (if any).
36-
* Fetches user-specific poll data via `/api/info` using user authentication, with a dedicated proto method to allow overriding only the poll option retrieval logic.
36+
* Adds a `getCurrentUserPollOption()` method to retrieve the option selected by the current user (if any). This method needs `runAs` permission to work, so please contact us if you intend to use it.
3737

3838
## Devvit 0.12.15: The Nothing-To-See-Here Release
3939
**Release Date: Mar 16, 2026**

0 commit comments

Comments
 (0)