diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-12-28 20:40:31 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-12-28 20:40:31 +0100 |
| commit | 4340642f3caa6d8488dba6db9912c5f3eb1abe00 (patch) | |
| tree | 71f9a173069b1287f69d055a04cbf0098a740351 /README.md | |
| parent | 8f9daa12b27323c3151bc652a111126a56f21216 (diff) | |
exc. 106 migrated
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -86,6 +86,8 @@ that if you update one, you may need to also update the other. ### Version Changes +* *2026-01-xx* zig 0.16.0-dev.xx - 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) @@ -233,7 +235,7 @@ Zig Core Language * [x] Sentinel termination * [x] Quoted identifiers @"" * [x] Anonymous structs/tuples/lists -* [ ] Async <--- ironically awaiting upstream Zig updates +* [ ] Async I/O * [X] Interfaces * [X] Bit manipulation * [X] Working with C |
