diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-11-16 23:44:14 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-16 23:44:14 +0100 |
commit | b962896e0d31667162b0a844e3f2186707b641ad (patch) | |
tree | 80a51a0b6fcbfddfaef97b0b958769c457f4c8e9 /CHANGELOG.md | |
parent | 8e1e84cac23894f40fab49c03c782ad96d535111 (diff) | |
download | evtclib-b962896e0d31667162b0a844e3f2186707b641ad.tar.gz evtclib-b962896e0d31667162b0a844e3f2186707b641ad.tar.bz2 evtclib-b962896e0d31667162b0a844e3f2186707b641ad.zip |
Add GameMode and Log::game_mode
For a lot of applications, it can be useful to distinguish between logs
made in raids, fractals, ...
Note that we probably don't want further categorization (as for example
done in ezau).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 926a979..60d78c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - `Encounter::EaterOfSouls` (`Boss::EaterOfSouls`) - `Encounter::StatueOfDarkness` (`Boss::EyeOfJudgment` and `Boss::EyeOfFate`) - `Log::is_generic` to check whether a log is generic (WvW) +- `GameMode` and the `Log::game_mode` method - `FromRawEventError::UnknownLanguage` has been added to deal with an invalid language byte. |