summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-21 21:54:09 +0100
committerGitHub <noreply@github.com>2023-02-21 21:54:09 +0100
commitc34380e939386d390f99a4f2d020fbd086988faa (patch)
tree91ba1b1985a88d275016ccc7d1531265c6fa9907 /README.md
parent8da0a6aa7d276bd11db017ac8f809c8692314fc5 (diff)
parente7326dc5f92dd8a2dc8bd7cafb5b3eaaf55ce99b (diff)
Merge pull request #191 from chrboesch/dev_1711
dev.1711 - switched to multi-object-for-loops
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c8856b3..1b286e3 100644
--- a/README.md
+++ b/README.md
@@ -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