From 6440324b1c76ced119fe361997662c9d684b7571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Sun, 16 Jun 2024 10:49:53 +0200 Subject: [PATCH] Simplify explanation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d8317..f394659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file contains the changes to the crate since version 0.4.8. # 0.8.5 - - Add the `const_assert` feature that changes all panics that only involve const generics into const assertions that fail at compile time. + - Add the `const_assert` feature that changes all panics that only involve const generics into compile errors. # 0.8.4