diff --git a/ChangeLog.md b/ChangeLog.md index 49e23031..2f97a6a9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,9 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 1.8.4 +* Cache concurrent journal fetching (avoid multiple unneeded fetches). + ## Version 1.8.3 * Improve debug information when failing to create local entries * Update ical4android diff --git a/fastlane/metadata/android/en-US/changelogs/88.txt b/fastlane/metadata/android/en-US/changelogs/88.txt new file mode 100644 index 00000000..e441d7ba --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/88.txt @@ -0,0 +1 @@ +* Cache concurrent journal fetching (avoid multiple unneeded fetches).