diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-07-24 15:13:39 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-07-24 15:13:39 +0200 |
commit | 1eb04b8496dcdf626f8d4651f66955a0ea7c1102 (patch) | |
tree | 590c261faa0aa52aa37ba81b005111ae0322d54e /CHANGELOG.md | |
parent | df83dba4e5481fc1f5d6276867d09ef729fcfc25 (diff) | |
download | evtclib-2b63c68ab697df89d13c7de03b4b49cee90a57e5.tar.gz evtclib-2b63c68ab697df89d13c7de03b4b49cee90a57e5.tar.bz2 evtclib-2b63c68ab697df89d13c7de03b4b49cee90a57e5.zip |
bump version to 0.4.0v0.4.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6457984..d8c0124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## 0.4.0 - 2020-07-24 ### Added - A variant for `CBTS_TAG`. - The function `Log::span` to get the duration of a log. @@ -14,6 +16,9 @@ All notable changes to this project will be documented in this file. - `Log::is_boss` and `Log::boss_agents` now properly work with both Largos in the Twin Largos fight. +### Removed +- `CmTrigger` and `Boss::cm_trigger`, as that is now handled by analyzers. + ## 0.3.3 - 2020-05-25 ### Added - Variants for `CBTS_BREAKBARSTATE`, `CBTS_BREAKBARPERCENT` and `CBTS_ERROR`. |