summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-06-01 00:20:31 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-06-01 00:20:31 +0200
commit6d23c876d615b4a67b8dd849c018e990ef196582 (patch)
tree0afa58a425efa04fb2acdf858e244204997f1b31 /README.md
parent8a0077e83b3f53c7bb421ed8369d982d7e6733d4 (diff)
parentfa36a4520fd13b210ab98eb557b5ba96f1493730 (diff)
Merge pull request 'started fix for new build system' (#437) from build-system-fix into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/437
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7fe1386..a357cef 100644
--- a/README.md
+++ b/README.md
@@ -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)