prepare 1.65 (#2812)

* update changelog for 1.65.0

* bump version to 1.65.0
This commit is contained in:
bjoern
2021-11-15 14:51:28 +01:00
committed by GitHub
parent eebb2a3b68
commit dd4f2ac671
4 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 1.65.0
### Changes
- python: add mypy support and some type hints #2809
### Fixes
- do not disable ephemeral timer when downloading a message partially #2811
- apply existing ephemeral timer also to partially downloaded messages;
after full download, the ephemeral timer starts over #2811
- replace user-visible error on verification failure with warning;
the error is logged to the corresponding chat anyway #2808
## 1.64.0
### Fixes