Skip to content

Commit 2988932

Browse files
authored
clarify app review updates in 0.12.11 changelog (#36)
1 parent d10ce9d commit 2988932

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

docs/changelog.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,23 @@ To use the latest version of Devvit:
99

1010
**Please note**: you may see features available across Devvit packages that are not documented or noted in our changelog. These are experimental features that are not stable and are subject to change, or removal, from the platform. Please use caution when testing or implementing experimental features.
1111

12-
13-
## Devvit 0.12.11: Faster App Review
12+
## Devvit 0.12.11: App Review Update
1413

1514
**Release Date: Feb 2, 2026**
1615

17-
In this release, we’re cleaning up the app review process (literally). The CLI now uploads a clean, unbundled source zip (respecting .gitignore) for app review. This will help our human reviewers see properly formatted TypeScript and clearer diffs, leading to faster review times.
18-
16+
In this release, we’re cleaning up the app review process (literally). The CLI now uploads a clean, unbundled source zip (respecting .gitignore) for app review. This will help our human reviewers see properly formatted TypeScript and clearer diffs.
1917

2018
## Devvit 0.12.10: Good Karma
2119

2220
**Release Date: Jan 26, 2026**
2321

2422
We've updated getUserKarmaForCurrentSubreddit() to allow users to fetch their own subreddit karma, even if they're not moderators.
2523

26-
2724
## Devvit 0.12.9: Gaming Templates and Error Handling
2825

2926
**Release Date: Jan 20, 2026**
3027

31-
In this release, we introduced a **Game Engines** tab on [developers.reddit.com/new](http://developers.reddit.com/new) to help you get started faster with gaming-specific templates.
28+
In this release, we introduced a **Game Engines** tab on [developers.reddit.com/new](http://developers.reddit.com/new) to help you get started faster with gaming-specific templates.
3229

3330
You’ll also see **improved error handling** in submitCustomPost() that correctly decodes and surfaces messages when the post data size limit is exceeded.
3431

versioned_docs/version-0.12/changelog.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,23 @@ To use the latest version of Devvit:
99

1010
**Please note**: you may see features available across Devvit packages that are not documented or noted in our changelog. These are experimental features that are not stable and are subject to change, or removal, from the platform. Please use caution when testing or implementing experimental features.
1111

12-
13-
## Devvit 0.12.11: Faster App Review
12+
## Devvit 0.12.11: App Review Update
1413

1514
**Release Date: Feb 2, 2026**
1615

17-
In this release, we’re cleaning up the app review process (literally). The CLI now uploads a clean, unbundled source zip (respecting .gitignore) for app review. This will help our human reviewers see properly formatted TypeScript and clearer diffs, leading to faster review times.
18-
16+
In this release, we’re cleaning up the app review process (literally). The CLI now uploads a clean, unbundled source zip (respecting .gitignore) for app review. This will help our human reviewers see properly formatted TypeScript and clearer diffs.
1917

2018
## Devvit 0.12.10: Good Karma
2119

2220
**Release Date: Jan 26, 2026**
2321

2422
We've updated getUserKarmaForCurrentSubreddit() to allow users to fetch their own subreddit karma, even if they're not moderators.
2523

26-
2724
## Devvit 0.12.9: Gaming Templates and Error Handling
2825

2926
**Release Date: Jan 20, 2026**
3027

31-
In this release, we introduced a **Game Engines** tab on [developers.reddit.com/new](http://developers.reddit.com/new) to help you get started faster with gaming-specific templates.
28+
In this release, we introduced a **Game Engines** tab on [developers.reddit.com/new](http://developers.reddit.com/new) to help you get started faster with gaming-specific templates.
3229

3330
You’ll also see **improved error handling** in submitCustomPost() that correctly decodes and surfaces messages when the post data size limit is exceeded.
3431

0 commit comments

Comments
 (0)