diff options
| author | Chris Boesch <[email protected]> | 2023-02-21 21:43:40 +0100 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-02-21 21:43:40 +0100 |
| commit | e7326dc5f92dd8a2dc8bd7cafb5b3eaaf55ce99b (patch) | |
| tree | 62e312ad4ea0cb66d1c9fbd6e259f21ee38dec60 /README.md | |
| parent | f9b3d5082435dff928647c3e42d0a85ac1159aee (diff) | |
| download | ziglings-e7326dc5f92dd8a2dc8bd7cafb5b3eaaf55ce99b.tar.xz ziglings-e7326dc5f92dd8a2dc8bd7cafb5b3eaaf55ce99b.zip | |
dev.1711 - switched to multi-object-for-loops
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -42,7 +42,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.11.0-dev.1650+xxxxxxxxx +0.11.0-dev.11711+xxxxxxxxx ``` Clone this repository with Git: @@ -82,7 +82,8 @@ about input: ### Version Changes -Version-0.11.0-dev.1650+xxxxxxxxx +Version-0.11.0-dev.11711+xxxxxxxxx +* *2023-02-21* zig 0.11.0-dev.1711 - changes in `for loops` - new: Multi Object For Loops + Struct-of-Arrays * *2023-02-12* zig 0.11.0-dev.1638 - changes in `std.Build` cache_root now returns a directory struct * *2023-02-04* zig 0.11.0-dev.1568 - changes in `std.Build` (combine `std.build` and `std.build.Builder` into `std.Build`) * *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`; temporary disabled async functionality |
