mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-03 17:59:19 +02:00
bump version
This commit is contained in:
parent
83bb25efae
commit
ca8bee0670
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -8,6 +8,19 @@ https://github.com/deltachat/deltachat-core/commits/master
|
|||
For a high-level overview about changes anywhere in the Delta Chat ecosystem,
|
||||
see https://delta.chat/en/changelog
|
||||
|
||||
## v0.40.0
|
||||
|
||||
* do not truncate messenger messages
|
||||
* avoid group splits
|
||||
* avoid possible polling of unconfigured folders
|
||||
* refine error handling on export/import
|
||||
* read autoconfig from http-servers if https fails
|
||||
* limit the number of messages referenced in the header
|
||||
* meson handles iconv and calls the stress test
|
||||
|
||||
The changes have been done by Ampli-fier, Björn Petersen, Floris Bruynooghe
|
||||
and Holger Krekel
|
||||
|
||||
## v0.39.1
|
||||
|
||||
* bugfix release
|
||||
|
|
|
@ -11,7 +11,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
#define DC_VERSION_STR "0.39.1"
|
||||
#define DC_VERSION_STR "0.40.0"
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue