diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-04 08:28:11 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-28 07:26:44 +0200 |
commit | 1e746e68f647eb42586ffab81fefa9f68723ed97 (patch) | |
tree | 12f5f004a4726729fa6ca85bfddc99c49d51929a /CHANGELOG.md | |
parent | 9dd2ac1c95c949066e341837650c3211769342c3 (diff) |
feat: add blanket impl of Reader for boxed readers
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e2613cd..03652cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ### [unreleased] +#### Features + +* Added a blanket implementation to implement `Reader` for boxed readers. + #### Breaking changes * `Emitter` trait |