summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-01-07 16:21:30 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-01-07 16:21:30 +0100
commit878bebb1d1911682f1519cfc7ce4445ec31da6bc (patch)
tree8a3076992ed01a232b3af68baee6a8adb8302211
parentbf4bea929f6c2f104577a1e17a6e28cb8ee3d3cb (diff)
parentd10c31672ac99a228c6b63fc9e48ce1aa20fc5b4 (diff)
Merge pull request 'docs: add zig 0.16.0-dev.1976 version change' (#347) from doprz/exercises:docs/zig-version-change into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/347
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5ccb78..2b846f0 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,8 @@ that if you update one, you may need to also update the other.
### Version Changes
-* 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)
+* 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)
* *2025-11-01* zig 0.16.0-dev.1204 - more changes due to new I/O API, see [#25592](https://github.com/ziglang/zig/pull/25592)
* *2025-09-24* zig 0.16.0-dev.377 - Enable passing file content as args, see [#25228](https://github.com/ziglang/zig/pull/25228)
* *2025-09-03* zig 0.16.0-dev.164 - changes in reader, see [#25077](https://github.com/ziglang/zig/pull/25077)