Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-04-26 21:17:28 +0300
committerChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-04-26 21:17:28 +0300
commit2dcbcb9792e66089a2abccb545e1854014bb5ece (patch)
treeaf8d77e2482470fcbd546882502304fb0db5d334
parentc145cec0722b26cb27ed01b42c1f3bdce7a854d1 (diff)
parent7a1c3d3a017d6841b953e6f54ec11e49a048e4bf (diff)
Merge pull request #1456 from owncloud/v043_changelog
Update changelog to 043
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93ecdbcf2..52ea621be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
## 0.4.3
* Improved autoconfig
[#1407](https://github.com/owncloud/mail/pull/1407) @Scheirle
+ * Better color generator for accounts
+ [#1428](https://github.com/owncloud/mail/pull/1425) @skjnldsv
+ * Load next messages automatically when reaching end of the list
+ [#499](https://github.com/owncloud/mail/pull/1432) @ChristophWurst
+ * Fix bug with address collector (Data too long for column)
+ [#1421](https://github.com/owncloud/mail/pull/1433) @ChristophWurst
## 0.4.2
* Fix autocompletion (regression)