aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-08-17 14:52:11 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-08-17 14:52:11 +0200
commit0585e43fa82a359e768815394b493801773feb0c (patch)
treea7b638e4040079668305264120efc82a58b4bce1 /CHANGELOG.md
parentcb4ade7710f6fa171130edeeabfa2db2fb1c526b (diff)
downloadevtclib-0585e43fa82a359e768815394b493801773feb0c.tar.gz
evtclib-0585e43fa82a359e768815394b493801773feb0c.tar.bz2
evtclib-0585e43fa82a359e768815394b493801773feb0c.zip
add Log::errors convenience method
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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.