From d870db232dc716929d9e753608f586763bb151c3 Mon Sep 17 00:00:00 2001 From: Erik Nordin Date: Wed, 31 Jan 2024 19:34:09 -0600 Subject: [PATCH] Separate "Changes" and "Improves" sections in changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f70af10..750f2476c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,13 @@ **Changes** -* Removes unnecessary `checked_ilog` functions from the implementations of various `CountDigits` functions. * Reworks testing macros to make the test output more granular. * Reworks the benchmark test boundaries to test iterations for each hexadecimal digit added to an integer, from one to max, for each integer type. +**Improves** + +* Removes unnecessary `checked_ilog` functions from the implementations of various `CountDigits` functions. + ## v0.2.3 (2024-01-26) **Changes**