* Fixed disabling notifications in many rooms at the same time.
0.6.0
* Added native end-to-end encryption module. * Switched e2be helper to use native e2ee instead of matrix-nio. * Includes crypto stores based on pickle and asyncpg. * Added e2ee helper to high-level client module. * Added support for getting `prev_content` from the top level in addition to `unsigned`.
0.5.8
* Fixed deserializer using `attr.NOTHING` instead of `None` when there's no default value.
0.5.7
* Added `alt_aliases` to canonical alias state event content (added in Matrix client-server spec r0.6.1).
0.5.6
* Added support for adding aliases for bridge commands.
0.5.5
* Added option to set default event type class in `EventType.find()`.