mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2025-12-24 00:01:03 -05:00
doc: Update the CHANGELOG.mds.
This commit is contained in:
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- [**breaking**] `LatestEventValue::Local { is_sending: bool }` is replaced
|
||||
by [`state: LatestEventValueLocalState`] to represent 3 states: `IsSending`,
|
||||
`HasBeenSent` and `CannotBeSent`.
|
||||
([#5968](https://github.com/matrix-org/matrix-rust-sdk/pull/5968/))
|
||||
|
||||
### Features
|
||||
|
||||
- Add `SpaceService::get_space_room` to get a space given its id from the space graph if available.
|
||||
|
||||
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- [**breaking**] New `LatestEventValue::LocalHasBeenSent` variant to represent
|
||||
a local event that has been sent successfully.
|
||||
([#5968](https://github.com/matrix-org/matrix-rust-sdk/pull/5968))
|
||||
|
||||
### Refactor
|
||||
|
||||
- [**breaking**] The `message-ids` feature has been removed. It was already a no-op and has now
|
||||
|
||||
@@ -6,15 +6,23 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- [**breaking**] `LatestEventValue::Local { is_sending: bool }` is replaced
|
||||
by [`state: LatestEventValueLocalState`] to represent 3 states: `IsSending`,
|
||||
`HasBeenSent` and `CannotBeSent`.
|
||||
([#5968](https://github.com/matrix-org/matrix-rust-sdk/pull/5968/))
|
||||
|
||||
### Features
|
||||
|
||||
- Add `SpaceService::get_space_room` to get a space given its id from the space graph if available.
|
||||
[#5944](https://github.com/matrix-org/matrix-rust-sdk/pull/5944)
|
||||
- Add `SpaceService::get_space_room` to get a space
|
||||
given its id from the space graph if available.
|
||||
([#5944](https://github.com/matrix-org/matrix-rust-sdk/pull/5944))
|
||||
- [**breaking**]: The new Latest Event API replaces the old API. All the
|
||||
`new_` prefixes have been removed. The following methods are removed:
|
||||
`EventTimelineItem::from_latest_event`, and `Timeline::latest_event`. See the
|
||||
documentation of `matrix_sdk::latest_event` to learn about the new API.
|
||||
[#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/)
|
||||
([#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/))
|
||||
- `Room::load_event_with_relations` now also calls `/relations` to fetch related events when falling back
|
||||
to network mode after a cache miss.
|
||||
([#5930](https://github.com/matrix-org/matrix-rust-sdk/pull/5930))
|
||||
|
||||
Reference in New Issue
Block a user