From 4ca3ee58acabb4e1dce676e7c31af8b261caf51c Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 26 Jun 2023 13:08:47 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66ff611..0fa277fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# v0.14.1 (unreleased) + +### Added +* Added option to delete megolm sessions that were received before the + automatic ratcheting options were introduced. +* Added config option to use IPv6 for Telegram connection + (thanks to [@exciler] in [#920]). + +### Improved +* Dropped support for Python 3.8. +* Updated Docker image to Alpine 3.18. +* Added timeout for forward backfills to prevent it from getting stuck + permanently. + +### Fixed +* Fixed `bridge.filter.users` config option not being read correctly. +* Fixed proxy support to use python-socks instead of pysocks. + +[@exciler]: https://github.com/exciler +[#920]: https://github.com/mautrix/telegram/pull/920 + # v0.14.0 (2023-05-26) ### Added