From 0d1b7f0d6e3d4dccfc740123c8c8a2741bb125bd Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Fri, 26 May 2023 19:47:41 +0200 Subject: [PATCH] api-changelog: Clarify feature level 118 entry about `prev_stream`. Clarifies that the `prev_stream` field was in the message edit history prior to these changes. --- api_docs/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api_docs/changelog.md b/api_docs/changelog.md index c770c37e2f..e91b6c4b5d 100644 --- a/api_docs/changelog.md +++ b/api_docs/changelog.md @@ -576,7 +576,8 @@ No changes; feature level used for Zulip 5.0 release. /events`](/api/get-events): Improved the format of the `edit_history` object within message objects. Entries for stream edits now include a both a `prev_stream` and `stream` field to - indicate the previous and current stream IDs. Entries for topic + indicate the previous and current stream IDs. Prior to this feature + level, only the `prev_stream` field was present. Entries for topic edits now include both a `prev_topic` and `topic` field to indicate the previous and current topic, replacing the `prev_subject` field. These changes substantially simplify client complexity for