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)