changelog: update

This commit is contained in:
Tulir Asokan
2025-12-16 17:13:34 +02:00
parent 85e1a6dc05
commit 1dde2a4a77

View File

@@ -1,3 +1,16 @@
# unreleased
* Rewrote bridge in Go using bridgev2 architecture.
* To migrate the bridge, simply upgrade in-place. The database and config
will be migrated automatically, although some parts of the config aren't
migrated (e.g. log config).
* It is recommended to check the config file after upgrading. If you have
prevented the bridge from writing to the config, you should update it
manually.
* The old-style relaybot is not yet supported and will not be migrated.
Setups using the relaybot will have to manually log in as a bot and use
`set-relay` to enable the generic relay mode.
# v0.15.3 (2025-07-16)
* Updated Telegram API to layer 204.