From 623cc05c40c075a447a1e25407e02635bd2b899f Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Thu, 8 Feb 2024 09:54:14 -0600 Subject: [PATCH] Update changelog for v0.4.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e41e1e0d..80b8e4f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v0.4.0 (2024-02-08) + +**Major Changes** + +* Fixes an issue where primitive integer implementations were not properly panicking +for passing radix 0 and 1 to the `CountDigits::count_digits_radix()` function. + +**Minor Changes** + +* Update documentation clarifying the Radix type. + ## v0.3.1 (2024-02-07) **Minor Changes**