From 2bd93c2a8473c1f8a4f3cc84e2b0d64ac61504df Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 5 Nov 2025 10:10:42 +0000 Subject: [PATCH] feat: add tests for http functionality --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1420462..58161ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ + +## Version 0.3.0 - 2025-11-05 + +We've added tests to verify the HTTP functionality. This improves the reliability of the HTTP implementation for both users and developers. + +**Changes:** 2 files, 294 lines +**Languages:** C (286 lines), Markdown (8 lines) + ## Version 0.2.0 - 2025-11-05 Updated documentation files. This includes changes to the project's release notes and a header file.