Skip to content

Commit 20ec165

Browse files
committed
Update changelog. Closes #111
1 parent 325a2d1 commit 20ec165

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.17.4 (unreleased)
2+
3+
* *(bridge)* Started rejecting reusing access tokens when enabling double
4+
puppeting. Reuse is detected by presence of encryption keys on the device.
5+
* *(client.api)* Added wrapper method for the `/context` API.
6+
* *(api, errors)* Implemented new error codes from [MSC3848].
7+
* *(types)* Disabled deserializing `m.direct` content (it didn't work and it
8+
wasn't really necessary).
9+
* *(client.state_store)* Updated `set_encryption_info` to allow raw dicts.
10+
This fixes the bug where sending a `m.room.encryption` event with a raw dict
11+
as the content would throw an error from the state store.
12+
* *(crypto)* Fixed error when fetching keys for user with no cross-signing keys
13+
(thanks to [@maltee1] in [#109]).
14+
15+
[MSC3848]: https://github.com/matrix-org/matrix-spec-proposals/pull/3848
16+
[#109]: https://github.com/mautrix/python/pull/109
17+
118
## v0.17.3 (2022-07-12)
219

320
* *(types)* Updated `BeeperMessageStatusEventContent` fields.

0 commit comments

Comments
 (0)