aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-10-24 11:57:44 +0200
committerChris Boesch <[email protected]>2023-10-24 11:57:44 +0200
commit8a1fbea5c9d9902aa0eab111e3cf4c9d8af8cc17 (patch)
treeedbbd4ca8c84e9d0837b2c5677cce6d42438c4b2 /README.md
parent633af411e6ab280ff8e5b376e59c5e9b3a547c6d (diff)
downloadziglings-8a1fbea5c9d9902aa0eab111e3cf4c9d8af8cc17.tar.xz
ziglings-8a1fbea5c9d9902aa0eab111e3cf4c9d8af8cc17.zip
fixed build: renamed exec to run
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 fabe8b5..cfe7128 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,8 @@ that if you update one, you may need to also update the other.
### Version Changes
-Version-0.11.0-dev.4246+71dfce31b
+Version-0.12.0-dev.1243
+* *2023-10-24* zig 0.12.0-dev.1243 - changes in `std.ChildProcess`: renamed exec to run - see[#5853](https://github.com/ziglang/zig/issues/5853)
* *2023-06-26* zig 0.11.0-dev.4246 - changes in compile step (now it can be null)
* *2023-06-26* zig 0.11.0-dev.3853 - removal of destination type from all cast builtins
* *2023-06-20* zig 0.11.0-dev.3747 - `@enumToInt` is now `@intFromEnum` and `@intToFloat` is now `@floatFromInt`