summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-06 12:36:43 -0400
committerDavid Gay <david@davidgay.org>2021-06-06 12:36:43 -0400
commitbce9b7729ec148d0b728602309fea6787802468b (patch)
tree0ccc60d2b4159682b33aea32b3b622024004c6a4 /CHANGELOG.md
parent55f9287eb75530f19b792685e31470dd66b1eec1 (diff)
Fix bug when awarding XP from things like opening rusted lockbox
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c031cef..ffb0af2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,9 @@ All notable changes to this project will be documented in this file.
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.
+
+### Fixed
+- Unlocking rusted lockbox failed to complete due to bug introduced by refactoring in 0.1.7.
## [0.1.7.2] - 2021-06-05