Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit ca8bee0

Browse files
committed
bump version
1 parent 83bb25e commit ca8bee0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ https://github.com/deltachat/deltachat-core/commits/master
88
For a high-level overview about changes anywhere in the Delta Chat ecosystem,
99
see https://delta.chat/en/changelog
1010

11+
## v0.40.0
12+
13+
* do not truncate messenger messages
14+
* avoid group splits
15+
* avoid possible polling of unconfigured folders
16+
* refine error handling on export/import
17+
* read autoconfig from http-servers if https fails
18+
* limit the number of messages referenced in the header
19+
* meson handles iconv and calls the stress test
20+
21+
The changes have been done by Ampli-fier, Björn Petersen, Floris Bruynooghe
22+
and Holger Krekel
23+
1124
## v0.39.1
1225

1326
* bugfix release

src/deltachat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#endif
1212

1313

14-
#define DC_VERSION_STR "0.39.1"
14+
#define DC_VERSION_STR "0.40.0"
1515

1616

1717
/**

0 commit comments

Comments
 (0)