summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-12-29 12:46:28 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-12-29 12:46:28 +0100
commit4927ef6a2624430d9be54d40350b1c0e60a3fb06 (patch)
tree85f54e6b6f190250322c233fa5b3a9e8965b9332 /README.md
parenta5febf58c9f9229bdf9e57df727fa45ea47d2fd6 (diff)
parente8f81ddb96208bd363df2e4cc1af906fa84f0aef (diff)
Merge pull request 'Integrate file system I/O with the std.Io interface' (#339) from std_Io into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/339
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab58e94..49af5ea 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ 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)
* *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 +234,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