summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f9a00c..c031cef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ All notable changes to this project will be documented in this file.
### UI
- New inventory view, with items sorted into categories, and a (hopefully) better section for equipped items.
+### Networking
+- Finish activity retries will now occur every second until 3 total failures have occurred. If no xhr comes back in the
+ request (likely indicating a problem reaching the server), the retries will continue, once every minute. If an xhr
+ is returned from the server, the retries will cease after 3 failures to avoid flooding our new error monitoring.
+ I will monitor and potentially improve this system (and the finish activity code) as time goes forward, but this
+ should be sufficient for now.
+
## [0.1.7.2] - 2021-06-05
### UI