diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c52de5a..4788d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 0.3.3 - 2020-05-25 +### Added +- Variants for `CBTS_BREAKBARSTATE`, `CBTS_BREAKBARPERCENT` and `CBTS_ERROR`. +- `EventKind::Error` as the higher-level part for `CBTS_ERROR`. +- Equivalents for the `e_attribute` and `e_buffcategory` enums. + +### Changed +- Invalid state changes no longer cause the parser to choke, instead they are + ignored in `parse_events`. + ## 0.3.2 - 2020-05-12 ### Added - Support for determining Challenge Motes. @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.3.2" +version = "0.3.3" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" |