File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.18.4 (2022-10-13)
2+
3+ * * (client.api)* Added option to pass custom data to ` /createRoom ` to enable
4+ using custom fields and testing MSCs without changing the library.
5+ * * (client.api)* Updated [ MSC3870] support to send file name in upload complete
6+ call.
7+ * * (types)* Changed ` set_edit ` to clear reply metadata as edits can't change
8+ the reply status.
9+ * * (util.formatter)* Fixed edge case causing negative entity lengths when
10+ splitting entity strings.
11+
112## v0.18.3 (2022-10-11)
213
314* * (util.async_db)* Fixed mistake in default no-op database error handler
Original file line number Diff line number Diff line change 1- __version__ = "0.18.3 "
1+ __version__ = "0.18.4 "
22__author__ = "Tulir Asokan <[email protected] >" 33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments