From d62c8ec0583ac0b8487e14750d2fe3b4bda43f42 Mon Sep 17 00:00:00 2001 From: IshanGrover2004 Date: Mon, 8 Jul 2024 06:04:58 +0530 Subject: [PATCH] docs: Mention in Changelogs --- docs/CHANGES.TXT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index 9897aae4e..a722bfbe0 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -1,7 +1,8 @@ 0.95 (to be released) ----------------- +- New: Add time units module in lib_ccxr (#1623) - New: Add bits and levenshtein module in lib_ccxr (#1627) -- New: [FEAT] Add constants module in lib_ccxr (#1624) +- New: Add constants module in lib_ccxr (#1624) - New: Add log module in lib_ccxr (#1622) - New: Create `lib_ccxr` and `libccxr_exports` (#1621) - Fix: Unexpected behavior of get_write_interval (#1609)