From 2236ee034eaa375977556043166fc5b1e2544b5b Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Thu, 5 Oct 2023 14:24:49 -0700 Subject: [PATCH] changelog: Fill in details up to current `main` --- docs/changelog.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index accd7217e2c..c58337edbdc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -41,11 +41,50 @@ It doesn't include ### Highlights for users, vs. v27.213 (last prod release) +* In an interleaved stream view, "Quote and reply" now fills the topic + input, if it was empty, and focuses the message input. (#5718) + + +### Highlights for developers, vs. v27.213 (last prod release) + +* (Android) Re-enabled Sentry, but with `enableNdk: false` as a workaround + for the crash bug #5757, this time with useful Sentry functionality + intact. (#5766) + +* In the notification troubleshooting screen, when the email library reports + successfully sending a support email, that fact will be reported in + Sentry. (PR #5775) + +* Bumped `targetSdkVersion` to 33, aka Android 13, this time handling the + new POST_NOTIFICATIONS permission. (#5753, #5453) + +* Bumped `kMinAllowedServerVersion` to 4.0 and + `kMinSupportedVersion` to 5.0. (PR #5762) + +* Ran `yarn upgrade`. (PR #5756) + +* (Android) Added device manufacturer/model to notification troubleshooting + data. (PR #5754) + +* Resolved issues: #5766, #5718, #5753, #5453 + + +### Highlights for users, vs. v27.212 (last release from main) + +* (Android) Reconfigured Sentry error reporting, which was causing crashes + following a recent Android update. (#5766) + ### Highlights for developers, vs. v27.212 (last release from main) -* Disabled Sentry on Android, as a workaround for the newly-frequent - crash bug #5757. +* (Android) Configured Sentry with `enableNdk: false`, as a workaround for + the crash bug #5757. (#5766) + +* In the notification troubleshooting screen, when the email library reports + successfully sending a support email, that fact will be reported in + Sentry. (PR #5775) + +* Resolved issues: #5766 ## 27.213 (2023-09-20)