summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-09-24 20:30:54 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-09-24 20:30:54 +0200
commit4346d5f1d84d96dd3926bf0f3caac8e54a58f590 (patch)
tree29da2b841417d7541d118732f74ef2f8b0e9fbdd /README.md
parent62ad50b71e8fb0139bb5aaa4bd61a4e46277f600 (diff)
Fixed error in captureStdErr()
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 ceb2122..5c930d2 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-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)
* *2025-08-15* zig 0.15.0-dev.1519 - changes in array list, see [#24801](https://github.com/ziglang/zig/pull/24801)
* *2025-08-08* zig 0.15.0-dev.1380 - changes in build system, see [#24588](https://github.com/ziglang/zig/pull/24588)