diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-04-27 15:08:26 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-04-27 15:08:26 +0200 |
commit | fbee69c9def92bf1c858fef283a01dd62f951f7e (patch) | |
tree | 10e7c3bbdb82958cff96868c75912fa4a20636d3 /CHANGELOG.md | |
parent | 2b748d79f6d768c27e80f0a6b4413a94ceed1d87 (diff) | |
download | evtclib-fbee69c9def92bf1c858fef283a01dd62f951f7e.tar.gz evtclib-fbee69c9def92bf1c858fef283a01dd62f951f7e.tar.bz2 evtclib-fbee69c9def92bf1c858fef283a01dd62f951f7e.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e66ae38..cf93648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,20 @@ All notable changes to this project will be documented in this file. ## Unreleased +### Changed +- `evtclib::statistics::gamedata` is now called `evtclib::gamedata`, and the + list of boons has been removed. + +### Fixed +- Fixes for parsing `evtclib::gamedata::Boss`: + - "soulless horror" will now be parsed correctly as `Boss::SoullessHorror`. + - "largos twins" will now be parsed correctly as `Boss::LargosTwins`. + - "ensolyss of the endless torment" will now be parsed correctly as + `Boss::Ensolyss`. + - "kodans" will now be parsed as `Boss::VoiceOfTheFallen`. + - "conjured amalgamate" will now be parsed correctly as + `Boss::ConjuredAmalgamate`. The typo in "conjured almagamate" has been + fixed. + +### Removed +- Removed `evtclib::statistics` submodule, see `08465ea` for the rationale. |