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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-27 20:22:36 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-27 20:22:36 +0300
commit576aa835084bb7d29cbb9e1a9bca6654ee6e4fbc (patch)
tree5f849c3bc449ead765402ca0375c254baacc8449 /fastlane/metadata/android
parent0348f0a642df5d1a35008f7adcd95de1f4449daf (diff)
Fix parallel synchronization issues which can lead to duplicate primary keys
Diffstat (limited to 'fastlane/metadata/android')
-rw-r--r--fastlane/metadata/android/en-US/changelogs/3004001.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/fastlane/metadata/android/en-US/changelogs/3004001.txt b/fastlane/metadata/android/en-US/changelogs/3004001.txt
index b1d2dee0..1a2e41bf 100644
--- a/fastlane/metadata/android/en-US/changelogs/3004001.txt
+++ b/fastlane/metadata/android/en-US/changelogs/3004001.txt
@@ -1,4 +1,5 @@
- ⚠️️ Display confirm dialog when deleting an account with unsynchronized changes (#989) - by @AlpAcA0072
- ➖ Allow dashes in note titles (#1104)
- 🌐 Support links in tables (#1115)
-- 🔌 Handle offline state when adding accounts (#1014) \ No newline at end of file
+- 🔌 Handle offline state when adding accounts (#1014)
+- 🐞 Fix parallel synchronization issues which can lead to duplicate primary keys \ No newline at end of file