summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-23 20:34:02 -0400
committerDavid Gay <david@davidgay.org>2021-06-23 20:34:02 -0400
commit619647bc749049a6717b8e6d4b7f99b5b6c6fd9d (patch)
treed71b82e9e002a7ee5a71fbf7fda6a91497a79d7f /CHANGELOG.md
parentc32b8415d06776a336b17dabea142fa03ec8b8fd (diff)
[data] Allow apprentice wand to be equipped in offhand, too
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 38b0462..82d43ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+### Items
+- Apprentice wand can now be equipped in mainhand or offhand.
+
### Fixed
- Results and chat areas sometimes didn't scroll to bottom when they should. This was caused by large result outputs
being larger than the scroll tolerance.