aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-04-29 16:21:13 +0200
committerDaniel <kingdread@gmx.de>2020-04-29 16:21:13 +0200
commit4b0fb659eb604ea95c716c4f3a21069d2e63cbcd (patch)
tree52dc2021e45af3cdc061124365fa62737fb6c8fd
parentf956baf7e6b77e48e3f845459560f1f8fb77eb7c (diff)
downloadraidgrep-4b0fb659eb604ea95c716c4f3a21069d2e63cbcd.tar.gz
raidgrep-4b0fb659eb604ea95c716c4f3a21069d2e63cbcd.tar.bz2
raidgrep-4b0fb659eb604ea95c716c4f3a21069d2e63cbcd.zip
update changelog
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ab5dca..5e1d01f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
## Unreleased
+### Added
+- Boss "kodans" for the Voice & Claw of the Fallen strike mission.
+- More help text about the available boss names.
+
+### Changed
+- Updated `evtclib` to 0.2.0
+ - With that, boss parsing fixes that were implemented there:
+ "Soulless Horror", "Largos Twins", "Ensolyss of the Endless Torment",
+ "Kodans", "Conjured Amalgamate"
+- Boss names can now be quoted in the filter expression.
+
+### Fixed
+- Performance issue when -boss was being used, as it failed to filter logs with
+ unknown bosses out early.
## 1.0.1 - 2020-04-26
### Changed