aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-01-14 16:02:16 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-01-14 16:02:16 +0100
commitbfb1d95a1fa22c2859fda60c8d526156d5d580e4 (patch)
tree51fe69cbad142fc1bbc65795c011695692737f0b /README.md
parent27b783201614065ca3ea38a79f890b5639f6ad08 (diff)
changes from @typeInfo in Readme noted
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 5dd88e4..ba5f03c 100644
--- a/README.md
+++ b/README.md
@@ -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` in builtin functions
+* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`
* *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