From 0f005719bf42fadbde6279972b045cd630f57386 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:44:55 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336c65a..376c121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ + Rust 1.84 linting, [3065265e26c30d78ba738cfe731d3901ec1948d0] ### Features -+ Config file implement, including customizing color scheme of application, closes #47, [f4d54e1ba8ea1516394aef19511a63e6271f27bf] ++ Config file implemented, including customizing color scheme of application, closes #47, [f4d54e1ba8ea1516394aef19511a63e6271f27bf] + Enable log timestamps to be set to any given timezone, plus custom timestamp format via the config file, closes #56, [7a5e7a25873d2c270e5808730721ebb5427a051] + update Rust edition to 2024, [7e4a960b888f1dab524d6045504162cea1171d20]