summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-07 21:24:02 -0400
committerDavid Gay <david@davidgay.org>2021-06-07 21:24:02 -0400
commit39178217ecf722fbd902e07a053e35fa290488f8 (patch)
tree818522cf10f801a4ec33f73fed7fb1bd5e214e93 /CHANGELOG.md
parentb6955ee9aa0058f64f6e3b6314d2b7358939bc2e (diff)
Hook in new web worker stuff with finish activity POST retry stuff
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83c8c33..087d604 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,12 @@ All notable changes to this project will be documented in this file.
- Physical resistance 8 -> 5
- Slash base min damage 5 -> 4
- Slash base max damage 12 -> 10
+
+### Networking
+- I may have improved the timer reconnect code, especially in situations where the client can't connect to the
+ server (like if you're having internet problems). Or I may have introduced additonal problems. Or both.
+ But one of the main ideas is that if the client can't reach the server, it should keep trying indefinitely, once a
+ minute. We'll see. Let me know.
## [0.1.8.2] - 2021-06-07