From 2cddd566bb23aac0dcf36e22cfbe77e1b7b28c7e Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Fri, 20 Mar 2026 19:29:50 +0100 Subject: [PATCH] readme updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c776d3..05589cf 100644 --- a/README.md +++ b/README.md @@ -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)