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.
This commit is contained in:
Lauryn Menard 2023-05-26 19:47:41 +02:00 committed by Tim Abbott
parent bb735460e5
commit 0d1b7f0d6e
1 changed files with 2 additions and 1 deletions

View File

@ -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