浏览代码

Update changelog

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

+ 11 - 0
CHANGELOG.md

@@ -1,3 +1,14 @@
+# unreleased
+
+* Added support for bridging polls from WhatsApp and votes in both directions.
+  * Votes are only bridged if MSC3381 polls are enabled
+    (`extev_polls` in the config).
+* Updated backfill logic to mark rooms as read if the only message is a notice
+  about the disappearing message timer.
+* Switched SQLite config from `sqlite3` to `sqlite3-fk-wal` to enforce foreign
+  keys and WAL mode. Additionally, adding `_txlock=immediate` to the DB path is
+  recommended, but not required.
+
 # v0.7.2 (2022-11-16)
 # v0.7.2 (2022-11-16)
 
 
 * Added option to handle all transactions asynchronously.
 * Added option to handle all transactions asynchronously.