From 9aab99dbf01852244e1287a15a2bff6c9339f720 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:15:09 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 4 ++++ src/ui/draw_blocks.rs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac167f..cd68634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### Chores + dependencies updated, [53b4bafbe53312fe41608ddf33e865d474222aaa], [58ef151600e362048a607c8ae61a5edfe80ab1dd] + files formatted, [1806165c3e266876b2d1806f7b662d09705f3aad] ++ create_release.sh check for unused lint, [d0b27211928f93f8455e1ee5a6a6485c6a21d382] ### Fixes + sort arrow now on left of header, [40ddcb727d2c1758d6dd26a58507b85b219f51e2] @@ -8,6 +9,9 @@ ### Refactos + rename string_wrapper > unit_struct, [27cf53e41f8b379f606c1c27620ee08e79bac57e] +### Tests ++ Finally have tests, currently for layout and associated methods. Running the tests will not interfere with any running Docker containers, [4bcf77db776a36e0a8151ecfbda722a66c4ba46c] + # v0.5.0 ### 2024-01-05 diff --git a/src/ui/draw_blocks.rs b/src/ui/draw_blocks.rs index 7ab880e..024ffcd 100644 --- a/src/ui/draw_blocks.rs +++ b/src/ui/draw_blocks.rs @@ -2369,7 +2369,7 @@ mod tests { // Help popup // // ********** // #[test] - // This will cause issues onces the version has more than the current 5 chars (0.5.0) + // This will cause issues once the version has more than the current 5 chars (0.5.0) // Help popup is drawn correctly fn test_draw_blocks_help() { let (w, h) = (87, 30);