readme updated

This commit is contained in:
Chris Boesch 2026-03-20 19:29:50 +01:00
parent 3409760a62
commit 2cddd566bb
No known key found for this signature in database
GPG Key ID: 8712DF4D3E364668

View File

@ -87,6 +87,7 @@ that if you update one, you may need to also update the other.
### Version Changes
* 2026-03-20 zig 0.16.0-dev.2915 - `GeneralPurposeAllocator` was changed to `DebugAllocator`
* 2026-02-04 zig 0.16.0-dev.2471 - added process.Child.Cwd, see [#31090](https://codeberg.org/ziglang/zig/pulls/31090)
* 2026-01-09 zig 0.16.0-dev.2075 - move randomness API to `std.Io`, see [#30709](https://codeberg.org/ziglang/zig/pulls/30709)
* 2026-01-07 zig 0.16.0-dev.2040 - adjust temp files, see [#30683](https://codeberg.org/ziglang/zig/pulls/30683)