From ee5ef1a9a159cb2514ca6fbe91a9c2e39da9570f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Thu, 17 Oct 2024 15:48:56 +0100 Subject: [PATCH] chore: fix CHANGES.md --- CHANGES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2d1731f..09cc124 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,8 +15,9 @@ - test_invalid_line test use invlid value in line parsing. - test_expected_metrics test load input data from **input.txt** compare with **output_expected.txt**. -> Code simply **works as expected** -> It is not be able to **process multiple metrics in parallel** yet. -> A full refactoring has to be done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc). +> [!Note] +> Code simply **works as expected**
+> It is not be able to **process multiple metrics in parallel** yet.
+> A full refactoring has to be done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc).
Next round in: [Improve branch](/NewRelic/be-technical-interview-rust/src/branch/improved)