diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 20:00:50 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 20:00:50 +0200 |
| commit | 762d8b8fa5736e61eb150ec59ea884487d032ef8 (patch) | |
| tree | d6bc8fe9d9e05c975f9d1f274e9f7cbe8a2bf432 | |
| parent | 000e9448d52deb1334a363bb965fef95199eabea (diff) | |
started fix for new build system
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ Zig Standard Library ### Version Changes +* 2026-05-31 zig 0.16.0-dev.2915 - zig build: separate the maker process from the configurer process, see[#35428](https://codeberg.org/ziglang/zig/pulls/35428) * 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) |
