1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 12:00:11 +02:00

bump version

This commit is contained in:
B. Petersen 2018-11-18 13:26:32 +01:00
parent 03f7749485
commit 3f4826f297
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
2 changed files with 12 additions and 1 deletions

View file

@ -8,6 +8,17 @@ 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.26.0
2018-11-18
* remove DC_EVENT_IS_OFFLINE
* remove error code from DC_EVENT_ERROR
* add DC_EVENT_ERROR_SELF_NOT_IN_GROUP
* add flag to DC_EVENT_ERROR_NETWORK to differ between first/subsequent errors
* block concurrent calls to dc_configure()
The changes have been done by Björn Petersen, Holger Krekel, Lars-Magnus Skog
## v0.25.1
2018-11-14

View file

@ -11,7 +11,7 @@ extern "C" {
#endif
#define DC_VERSION_STR "0.25.1"
#define DC_VERSION_STR "0.26.0"
/**