diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-03-08 00:12:13 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-03-08 00:12:13 +0100 |
commit | 0f77ce185466ffcd94fb0bc66225ebb115cda18d (patch) | |
tree | 91a44e07e9768dcaf4df4b83e2041b01661036d9 /CHANGELOG.md | |
parent | d9e067378028dcad3a92cac18f8b47cc2a27159f (diff) | |
download | evtclib-0f77ce185466ffcd94fb0bc66225ebb115cda18d.tar.gz evtclib-0f77ce185466ffcd94fb0bc66225ebb115cda18d.tar.bz2 evtclib-0f77ce185466ffcd94fb0bc66225ebb115cda18d.zip |
add EoD elite spec IDs
This is the one thing that prevents evtclib from parsing new logs, as we
can handle unknown bosses, but no unknown elite specs.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2913a..df31249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +### Added +- `EliteSpec`s for the new End of Dragons specializations ## 0.6.1 - 2021-11-25 ### Added |