From 794abd5bf689e8873afe82b27f38b5336aeca9ba Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 26 Jul 2020 23:14:02 +0200 Subject: [PATCH] update changelog for 1.41 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240a8b38a..8051d9703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 1.41.0 + +- new apis to initiate video chats #1718 #1735 + +- new apis `dc_msg_get_ephemeral_timer()` + and `dc_msg_get_ephemeral_timestamp()` + +- new api `dc_chatlist_get_summary2()` #1771 + +- improve IMAP handling #1703 #1704 + +- improve ephemeral messages #1696 #1705 + +- mark location-messages as auto-generated #1715 + +- multi-device avatar-sync #1716 #1717 + +- improve python bindings #1732 #1733 #1738 #1769 + +- Allow http scheme for DCACCOUNT urls #1770 + +- more fixes #1702 #1706 #1707 #1710 #1719 #1721 + #1723 #1734 #1740 #1744 #1748 #1760 #1766 #1773 #1765 + +- refactorings #1712 #1714 #1757 + +- update toolchains and dependencies #1726 #1736 #1737 #1742 #1743 #1746 + + ## 1.40.0 - introduce ephemeral messages #1540 #1680 #1683 #1684 #1691 #1692