浏览代码

Update changelog

[skip ci]
Tulir Asokan 2 年之前
父节点
当前提交
3f613a78a3
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      CHANGELOG.md

+ 11 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# v0.2.2 (unreleased)
+
+* Added option to send captions in the same message using [MSC2530].
+* Updated app version identifiers to bridge some new message types.
+* Fixed race condition when backfilling chat with incoming message.
+
+[MSC2530]: https://github.com/matrix-org/matrix-spec-proposals/pull/2530
+
 # v0.2.1 (2022-09-19)
 
 * Fixed login breaking due to an Instagram API change.
@@ -13,6 +21,9 @@
   The new system also allows loading JSON values to enable overriding maps like
   `login_shared_secret_map`.
 
+[MSC2409]: https://github.com/matrix-org/matrix-spec-proposals/pull/2409
+[MSC3202]: https://github.com/matrix-org/matrix-spec-proposals/pull/3202
+
 # v0.2.0 (2022-08-26)
 
 * Added handling for rate limit errors when connecting to Instagram.