From d0b9191c42008bc8a69448ff0edfd5857c13b435 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 5 Nov 2025 11:10:42 +0100 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.