diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2020-07-23 17:45:16 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2020-07-23 17:45:16 +0200 |
| commit | 30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff (patch) | |
| tree | d7bba494ed29cfa55adb0473345227dde26791ef | |
| parent | 6a4e302e49bea67cfd2ce240bc0de284967540c1 (diff) | |
| download | evtclib-30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff.tar.gz evtclib-30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff.tar.bz2 evtclib-30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff.zip | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6170b97..6457984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. ### Added - A variant for `CBTS_TAG`. - The function `Log::span` to get the duration of a log. +- Analyzers to detect fight outcomes and challenge motes in a fight-dependent + way. +- `gamedata::KENUT_ID` and `gamedata::NIKARE_ID` for the Largos Twins' IDs. + +### Fixed +- `Log::is_boss` and `Log::boss_agents` now properly work with both Largos in + the Twin Largos fight. ## 0.3.3 - 2020-05-25 ### Added |
