aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-02-22 11:22:41 +0100
committerGitHub <noreply@github.com>2023-02-22 11:22:41 +0100
commit861bf28e73bef6e96649a727fbc15a801b26dabe (patch)
treeb95b658513ede39b7c41420563e08ee2c334cc43 /README.md
parentfb029e6982e1d07769beb5bb71e971b47142a37c (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7450b09..f54e8d5 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ about input:
### Version Changes
Version-0.11.0-dev.1711+xxxxxxxxx
-* *2023-02-21* zig 0.11.0-dev.1711 - changes in `for loops` - new: Multi Object For Loops + Struct-of-Arrays
+* *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