docs: update CHANGELOG and README for v1.0.0-pre.3

This commit is contained in:
2026-03-07 12:16:47 +01:00
parent 4250f91969
commit 06d04cf92b
3 changed files with 24 additions and 41 deletions
+2 -1
View File
@@ -234,7 +234,7 @@ stk_init();
## Project Status
**Current Version:** 1.0.0-pre.1
**Current Version:** 1.0.0-pre.3
### What Works
- Cross-platform module loading and hot-reloading
@@ -244,6 +244,7 @@ stk_init();
- Runtime-configurable logging behavior
- Optional module metadata (name, version, description)
- Dependency declaration, validation, and versioning
- Detailed dependency failure logging (missing ids, version mismatches)
- Cascade unload when dependencies are removed
- Pending queue with automatic retry when deps become available
- Topological sort with cycle detection