1
0
mirror of https://github.com/etesync/android synced 2024-12-23 07:08:16 +00:00

Update Changelog.

This commit is contained in:
Tom Hacohen 2019-07-15 13:06:01 +01:00
parent 5fe963d7b9
commit 050314adf0
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## Version 1.4.12
* Import: fix potential crashes in the import process.
* Email invitations: improve signature.
## Version 1.4.11
* Import: use the UUID from the import source (e.g. Google account or file) rather than generating a new one.
* This prevents duplicates when importing multiple times.

View File

@ -0,0 +1,2 @@
* Import: fix potential crashes in the import process.
* Email invitations: improve signature.