summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-27 00:15:48 +0200
committerGitHub <noreply@github.com>2023-06-27 00:15:48 +0200
commit1070fe5b4044b34cf86d9c0b79038cbe2aab637b (patch)
tree77168cd69915ac3e382b1c640cda2d5162d12c50 /README.md
parent7ad0f06a07081b0efb37cb3061b013d426e7ab92 (diff)
parenta5a36337e88a15befbb814cdd14a4801e44f6673 (diff)
Merge pull request #333 from ratfactor/v3853
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index fce0d78..cf73bb1 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Verify the installation and build number of `zig` like so:
```
$ zig version
-0.11.0-dev.3747+xxxxxxxxx
+0.11.0-dev.3853+xxxxxxxxx
```
Clone this repository with Git:
@@ -90,7 +90,8 @@ that if you update one, you may need to also update the other.
### Version Changes
Version-0.11.0-dev.3747+7b5bd3a93
-* *2023-05-25* zig 0.11.0-dev.3747 - `@enumToInt` is now `@intFromEnum` and `@intToFloat` is now `@floatFromInt`
+* *2023-06-26* zig 0.11.0-dev.3853 - removal of destination type from all cast builtins
+* *2023-06-20* zig 0.11.0-dev.3747 - `@enumToInt` is now `@intFromEnum` and `@intToFloat` is now `@floatFromInt`
* *2023-05-25* zig 0.11.0-dev.3295 - `std.debug.TTY` is now `std.io.tty`
* *2023-04-30* zig 0.11.0-dev.2704 - use of the new `std.Build.ExecutableOptions.link_libc` field
* *2023-04-12* zig 0.11.0-dev.2560 - changes in `std.Build` - remove run() and install()
@@ -211,7 +212,7 @@ Zig Standard Library
* [X] String formatting
* [X] Testing
-* [ ] Tokenization
+* [X] Tokenization
## Contributing