update 0.16 notes: cancellation, evented backends, randomness split, zig-pkg
- fix function coloring claim: parameter-based coloring still exists
- add cancellation pattern (defer future.cancel) — major footgun
- document Evented backends (io_uring, GCD, kqueue) as landed/experimental
- note WASM limitation and planned stackless coroutines
- fix randomness: split into io.random() (PRNG) and io.randomSecure() (CSPRNG)
- add zig-pkg local cache, --fork flag, lazier type resolution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>