Skip to content

Commit 4ca3ee5

Browse files
committed
Update changelog
1 parent 8b003f1 commit 4ca3ee5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v0.14.1 (unreleased)
2+
3+
### Added
4+
* Added option to delete megolm sessions that were received before the
5+
automatic ratcheting options were introduced.
6+
* Added config option to use IPv6 for Telegram connection
7+
(thanks to [@exciler] in [#920]).
8+
9+
### Improved
10+
* Dropped support for Python 3.8.
11+
* Updated Docker image to Alpine 3.18.
12+
* Added timeout for forward backfills to prevent it from getting stuck
13+
permanently.
14+
15+
### Fixed
16+
* Fixed `bridge.filter.users` config option not being read correctly.
17+
* Fixed proxy support to use python-socks instead of pysocks.
18+
19+
[@exciler]: https://github.com/exciler
20+
[#920]: https://github.com/mautrix/telegram/pull/920
21+
122
# v0.14.0 (2023-05-26)
223

324
### Added

0 commit comments

Comments
 (0)