From ec13d8e223d383971812c13d67ee697e402dda53 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 27 Feb 2024 14:17:34 +1100 Subject: [PATCH] Update changelog for v1.5.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706d618..0ef41fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### v1.5.1 (2024-02-27) + +- **Fixes**: + - Relax bounds on `Default` implementation for all map and set types. Requiring `K: Default` and `V: Default` was accidentally introduced in v1.5.0. + + ### v1.5.0 (2024-02-09) "xfbs rampage edition" Huge thanks to [xfbs](https://github.com/xfbs), who did pretty much all the work you see in the changelog below! 💖