From 6025a7644faeb0aecd2ee83aac7f26f04015fe2a Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:55:11 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de59394..0163223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ + Rust 1.84 linting, [3065265e26c30d78ba738cfe731d3901ec1948d0] ### Features -+ Enable log timezones to be set to any given timezone, closes #56 [7a5e7a25873d2c270e5808730721ebb5427a051] -+ Config file implement, including customizing color scheme of application, closes #47 [f4d54e1ba8ea1516394aef19511a63e6271f27bf] ++ Config file implement, including customizing color scheme of application, closes #47, [f4d54e1ba8ea1516394aef19511a63e6271f27bf] ++ Enable log timezones to be set to any given timezone, closes #56, [7a5e7a25873d2c270e5808730721ebb5427a051] + update Rust edition to 2024, [7e4a960b888f1dab524d6045504162cea1171d20] ### Fixes