diff --git a/ChangeLog.md b/ChangeLog.md index 2f97a6a9..25bc5bf9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,10 @@ # Changelog *NOTE:* may be removed in the future in favor of the fastlane changelog. +## Version 1.8.5 +* Fix the wording for setting the task list's color. +* Gracefully handle the error case of processing an item that has been processed. + ## Version 1.8.4 * Cache concurrent journal fetching (avoid multiple unneeded fetches). diff --git a/fastlane/metadata/android/en-US/changelogs/89.txt b/fastlane/metadata/android/en-US/changelogs/89.txt new file mode 100644 index 00000000..ac57f7ce --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/89.txt @@ -0,0 +1,2 @@ +* Fix the wording for setting the task list's color. +* Gracefully handle the error case of processing an item that has been processed.