diff --git a/CHANGELOG.md b/CHANGELOG.md index ec90235..c27e58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Added + +- The `boxed` function is now available for predicates with an `Item` type that + is not `Sized`. + ## [3.1.2] - 2024-07-25 ## [3.1.1] - 2024-07-25 diff --git a/src/boxed.rs b/src/boxed.rs index fbcd9bf..2b96e0c 100644 --- a/src/boxed.rs +++ b/src/boxed.rs @@ -114,7 +114,7 @@ where } } -impl
PredicateBoxExt PredicateBoxExt