diff --git a/Changelog.md b/Changelog.md index bc8f3af..8a9f0cd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ This is the changelog, summarising changes in each version(some minor changes ma # 1.0 +### 1.10.1 + +Fixed `TypeWitnessTypeArg` impl fo `BoolWitG`, it was overconstrained in a way that made `HasTypeWitness>` not work as a bound. + ### 1.10.0 Added `typewit::const_marker::BoolWitG` enum