@@ -33,11 +33,6 @@ Breaking changes:
3333 in room version 11, according to MSC2175 / MSC3820 / Matrix 1.8
3434 - ` RoomCreateEventContent::new() ` was renamed to ` new_v1() `
3535 - ` RedactedRoomCreateEventContent ` is now a typedef over ` RoomCreateEventContent `
36- - Add preserved fields to match the new redaction algorithm in room version 11, according to
37- MSC2176 / MSC3821 / MSC3820 / Matrix 1.8, for the following types:
38- - ` RedactedRoomRedactionEventContent ` ,
39- - ` RedactedRoomPowerLevelsEventContent ` ,
40- - ` RedactedRoomMemberEventContent `
4136- ` RoomMessageEventContent::make_reply_to() ` and ` make_for_thread() ` have an extra parameter to
4237 support the recommended behavior for intentional mentions in replies according to Matrix 1.7
4338- In Markdown, soft line breaks are transformed into hard line breaks when compiled into HTML.
@@ -75,6 +70,13 @@ Improvements:
7570- Make the generated and stripped plain text reply fallback behavior more compatible with most
7671 of the Matrix ecosystem.
7772- Add support for intentional mentions according to MSC3952 / Matrix 1.7
73+ - Add support for room version 11 according to MSC3820
74+ - Adapt the redaction algorithm in ` canonical_json `
75+ - Add preserved fields to match the new redaction algorithm, according to
76+ MSC2176 / MSC3821, for the following types:
77+ - ` RedactedRoomRedactionEventContent ` ,
78+ - ` RedactedRoomPowerLevelsEventContent ` ,
79+ - ` RedactedRoomMemberEventContent `
7880
7981# 0.11.3
8082
0 commit comments