summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoritsnoctural <itsnoctural@noreply.codeberg.org>2026-01-09 00:37:33 +0200
committeritsnoctural <itsnoctural@noreply.codeberg.org>2026-01-09 00:37:33 +0200
commit91f484ed47670068b9f480344a6596f986499ff1 (patch)
tree58fc2e6dbed97e2d5bbf5e10581111f712292432 /README.md
parent551008ac19d262dd30ddaa0c8f39776b419682d8 (diff)
bump required zig version
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 5e77bd2..01f2f5e 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-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)
* 2026-01-06 zig 0.16.0-dev.1976 - move process API to `std.Io` and changes to main/environ/argv, see [#30644](https://codeberg.org/ziglang/zig/pulls/30644)
* *2025-12-28* zig 0.16.0-dev.1859 - file system I/O integrated with the std.Io interface, see [#30232](https://codeberg.org/ziglang/zig/pulls/30232)