aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-07-23 17:45:16 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-07-23 17:45:16 +0200
commit30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff (patch)
treed7bba494ed29cfa55adb0473345227dde26791ef /CHANGELOG.md
parent6a4e302e49bea67cfd2ce240bc0de284967540c1 (diff)
downloadevtclib-30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff.tar.gz
evtclib-30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff.tar.bz2
evtclib-30b3c2cfbb88d0a8e8e6b209c11fd0efacb66aff.zip
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
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