diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-10-24 10:42:25 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-10-24 10:42:25 +0000 |
| commit | 08d294f2b8b13e33f116590f067c0ccaf079bfc1 (patch) | |
| tree | 582d2e963912affd239e06f238cac41d6bfa421b /README.md | |
| parent | 64465428674846080d26ed83e2412544eb0be92c (diff) | |
| parent | 8a1fbea5c9d9902aa0eab111e3cf4c9d8af8cc17 (diff) | |
Merge pull request 'fixed build: renamed child.exec to run' (#19) from fix_build into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/19
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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` |
