* Removed unfinished `enum.py`. * Increased default config line wrapping width. * Fixed default visibility when adding rooms and users with bridge community helper.
0.4.0
* Initial "stable" release of the major restructuring. * Package now includes the Matrix client framework and other utilities instead of just an appservice module. * Package renamed from mautrix-appservice to mautrix. * Switched license from MIT to MPLv2.
0.3.11
* Update state store after sending state event. This is required for some servers like t2bot.io that have disabled echoing state events to appservices.
0.3.10.dev1
* Hacky fix for null `m.relates_to`'s.
0.3.9
* Only use json.dumps() in request() if content is json-serializable.