From 16771be0f00e2091a4a0219b932c3243c4f53acf Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Sun, 2 Nov 2025 09:10:25 +0100 Subject: [PATCH] Changelog entry for edition 2021 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1f936..888c0f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * The `int!` and `uint!` macros now support arbitrary const expressions, not just literals * `Int::new` and `UInt::new` are now const * The minimum supported rust version is raised to 1.60. +* Update to edition 2021 # 0.2.2