diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-08-17 14:52:11 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-08-17 14:52:11 +0200 |
commit | 0585e43fa82a359e768815394b493801773feb0c (patch) | |
tree | a7b638e4040079668305264120efc82a58b4bce1 /CHANGELOG.md | |
parent | cb4ade7710f6fa171130edeeabfa2db2fb1c526b (diff) | |
download | evtclib-0585e43fa82a359e768815394b493801773feb0c.tar.gz evtclib-0585e43fa82a359e768815394b493801773feb0c.tar.bz2 evtclib-0585e43fa82a359e768815394b493801773feb0c.zip |
add Log::errors convenience method
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c6b4b..3450b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +### Added +- `Log::errors` as a convenience function. + ### Fixed - Fixed the conversion from `CBTS_ERROR` to `EventKind::Error` not having the correct text. |