diff options
| author | Chris Boesch <[email protected]> | 2023-01-21 14:35:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-21 14:35:57 +0100 |
| commit | 69a02c5ec4f279feb750e97cf079525947c944e7 (patch) | |
| tree | c25cd6a9b50351a35f4d4fc2cc4914cc71bbfa5a | |
| parent | d2f2485a179616fb42b6ff9afd86b2690e08e92e (diff) | |
| parent | f8e960faebdbe96267a8179fca25f216e9890645 (diff) | |
| download | ziglings-69a02c5ec4f279feb750e97cf079525947c944e7.tar.xz ziglings-69a02c5ec4f279feb750e97cf079525947c944e7.zip | |
Merge pull request #165 from chrboesch/readme
added note for async functions
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ about input: ### Version Changes Version-0.11.0-dev.1302+d813cef42 -* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo` +* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`; temporary disabled async functionality * *2022-09-09* zig 0.10.0-dev.3978 - change in `NativeTargetInfo.detect` in build * *2022-09-06* zig 0.10.0-dev.3880 - Ex 074 correctly fails again: comptime array len * *2022-08-29* zig 0.10.0-dev.3685 - `@typeName()` output change, stage1 req. for async |
