Skip to content

Commit 2cf7a4c

Browse files
committed
docs: update changelog for Raw framework
1 parent c196629 commit 2cf7a4c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55
## Unreleased
6-
- Add configuration support for bind address, thread count, and document root.
7-
- Add minimal HTTP request parsing and static file routing.
8-
- Add CI workflow for formatting, linting, and tests.
6+
- Introduce the Raw framework core with async routing and middleware.
7+
- Add static file middleware, request ID, and logging helpers.
8+
- Provide request helpers for JSON parsing and response helpers for JSON/HTML/text.
9+
- Add the Raw CLI with project scaffolding.
10+
- Expand docs and examples for the new framework.

0 commit comments

Comments
 (0)