aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2021-11-19 22:09:12 +0100
committerDaniel <kingdread@gmx.de>2021-11-19 22:09:12 +0100
commit2a71eb45f62989d366296b8d5db011c7529d36a8 (patch)
tree2233c642394e4017c18fa8dd7129cdff9ef64e02
parent53123d5ab01f2b6ee0282ff067ba39e10b28528e (diff)
downloadraidgrep-2a71eb45f62989d366296b8d5db011c7529d36a8.tar.gz
raidgrep-2a71eb45f62989d366296b8d5db011c7529d36a8.tar.bz2
raidgrep-2a71eb45f62989d366296b8d5db011c7529d36a8.zip
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a12805a..bdd6b7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
- Better error handling for situations in which the cache file could not be
found.
- Better error handling if malformed archives are found during the scan.
+- Better output for WvW logs.
+
+### Fixed
+- Fixed an underflow when parsing WvW logs (leading to a panic in debug mode).
## 1.3.1 - 2020-10-10
### Added